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

pull/21009/head
W_OOD 8 months ago committed by GitHub
parent fc187d6998
commit 0476937f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save