Selaa lähdekoodia

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

tags/1.5.0
W_OOD 4 kuukautta sitten
vanhempi
commit
0476937f55
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      api/core/workflow/nodes/agent/agent_node.py

+ 1
- 1
api/core/workflow/nodes/agent/agent_node.py Näytä tiedosto

@@ -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 = (

Loading…
Peruuta
Tallenna