fix: unbound variable in tool node

pull/12372/head
Yeuoly 1 year ago
parent 337eff2b79
commit c377eb8c28
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61

@ -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…
Cancel
Save