fix(agent_node):Fix spelling errors. (#21094)
This commit is contained in:
@@ -214,7 +214,7 @@ class AgentNode(ToolNode):
|
|||||||
)
|
)
|
||||||
if tool_runtime.entity.description:
|
if tool_runtime.entity.description:
|
||||||
tool_runtime.entity.description.llm = (
|
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:
|
for tool_runtime_params in tool_runtime.entity.parameters:
|
||||||
tool_runtime_params.form = (
|
tool_runtime_params.form = (
|
||||||
|
Reference in New Issue
Block a user