mirror of https://github.com/langgenius/dify.git
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)}",
|
||||
)
|
||||
)
|
||||
return
|
||||
|
||||
# get parameters
|
||||
tool_parameters = tool_runtime.get_merged_runtime_parameters() or []
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue