Преглед изворни кода

chore: code format model-selector use enum (#22787)

Co-authored-by: 刘江波 <jiangbo721@163.com>
tags/1.7.1
jiangbo721 пре 3 месеци
родитељ
комит
5a02e599e1
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      api/core/workflow/nodes/agent/agent_node.py

+ 1
- 1
api/core/workflow/nodes/agent/agent_node.py Прегледај датотеку

@@ -309,7 +309,7 @@ class AgentNode(BaseNode):
}
)
value = tool_value
if parameter.type == "model-selector":
if parameter.type == AgentStrategyParameter.AgentStrategyParameterType.MODEL_SELECTOR:
value = cast(dict[str, Any], value)
model_instance, model_schema = self._fetch_model(value)
# memory config

Loading…
Откажи
Сачувај