File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
wayflowcore/src/wayflowcore/serialization Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 118118from wayflowcore .agentspec .components import (
119119 PluginVllmEmbeddingConfig as AgentSpecPluginVllmEmbeddingConfig ,
120120)
121- from wayflowcore .agentspec .components import (
122- all_deserialization_plugin ,
123- )
121+ from wayflowcore .agentspec .components import all_deserialization_plugin
124122from wayflowcore .agentspec .components .agent import ExtendedAgent as AgentSpecExtendedAgent
125123from wayflowcore .agentspec .components .contextprovider import (
126124 PluginConstantContextProvider as AgentSpecPluginConstantContextProvider ,
Original file line number Diff line number Diff line change 111111from wayflowcore .agentspec .components import (
112112 PluginVllmEmbeddingConfig as AgentSpecPluginVllmEmbeddingConfig ,
113113)
114- from wayflowcore .agentspec .components import (
115- all_serialization_plugin ,
116- )
114+ from wayflowcore .agentspec .components import all_serialization_plugin
117115from wayflowcore .agentspec .components .agent import ExtendedAgent as AgentSpecExtendedAgent
118116from wayflowcore .agentspec .components .contextprovider import (
119117 PluginConstantContextProvider as AgentSpecPluginConstantContextProvider ,
363361from wayflowcore .models .ociclientconfig import (
364362 OCIClientConfigWithUserAuthentication as RuntimeOCIClientConfigWithUserAuthentication ,
365363)
366- from wayflowcore .models .openaicompatiblemodel import (
367- EMPTY_API_KEY ,
368- )
364+ from wayflowcore .models .openaicompatiblemodel import EMPTY_API_KEY
369365from wayflowcore .models .openaicompatiblemodel import (
370366 OpenAICompatibleModel as RuntimeOpenAICompatibleModel ,
371367)
You can’t perform that action at this time.
0 commit comments