Ver código fonte

fix(agent_node):Fix spelling errors. (#21094)

tags/1.5.0
W_OOD 4 meses atrás
pai
commit
0476937f55
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      api/core/workflow/nodes/agent/agent_node.py

+ 1
- 1
api/core/workflow/nodes/agent/agent_node.py Ver arquivo

@@ -214,7 +214,7 @@ class AgentNode(ToolNode):
)
if tool_runtime.entity.description:
tool_runtime.entity.description.llm = (
extra.get("descrption", "") or tool_runtime.entity.description.llm
extra.get("description", "") or tool_runtime.entity.description.llm
)
for tool_runtime_params in tool_runtime.entity.parameters:
tool_runtime_params.form = (

Carregando…
Cancelar
Salvar