Browse Source

fix: unbound variable in tool node

Yeuoly 7 months ago
parent
commit
c377eb8c28
2 changed files with 19871 additions and 0 deletions
  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 []

File diff suppressed because it is too large
+ 19870 - 0
web/pnpm-lock.yaml