mirror of
https://github.com/langgenius/dify.git
synced 2026-03-04 23:36:20 +08:00
fix: unbound variable in tool node
This commit is contained in:
@ -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
web/pnpm-lock.yaml
generated
Normal file
19870
web/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user