소스 검색

fix: unbound variable in tool node

Yeuoly 5 달 전
부모
커밋
c377eb8c28
2개의 변경된 파일19871개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      api/core/workflow/nodes/tool/tool_node.py
  2. 19870 0
      web/pnpm-lock.yaml

+ 1 - 0
api/core/workflow/nodes/tool/tool_node.py

@@ -69,6 +69,7 @@ class ToolNode(BaseNode[ToolNodeData]):
                     error=f"Failed to get tool runtime: {str(e)}",
                 )
             )
+            return
 
         # get parameters
         tool_parameters = tool_runtime.get_merged_runtime_parameters() or []

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 19870 - 0
web/pnpm-lock.yaml