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

This commit is contained in:
W_OOD
2025-06-17 17:48:43 +08:00
committed by GitHub
parent fc187d6998
commit 0476937f55

View File

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