소스 검색

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

tags/1.5.0
W_OOD 4 달 전
부모
커밋
0476937f55
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      api/core/workflow/nodes/agent/agent_node.py

+ 1
- 1
api/core/workflow/nodes/agent/agent_node.py 파일 보기

@@ -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…
취소
저장