mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 18:27:15 +08:00
fix: unbound variable in tool node
This commit is contained in:
parent
337eff2b79
commit
c377eb8c28
@ -69,6 +69,7 @@ class ToolNode(BaseNode[ToolNodeData]):
|
|||||||
error=f"Failed to get tool runtime: {str(e)}",
|
error=f"Failed to get tool runtime: {str(e)}",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
# get parameters
|
# get parameters
|
||||||
tool_parameters = tool_runtime.get_merged_runtime_parameters() or []
|
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
Loading…
Reference in New Issue
Block a user