mirror of
https://github.com/langgenius/dify.git
synced 2026-05-30 16:00:32 -04:00
fix(model): preserve caller-scoped runtime assembly
This commit is contained in:
@@ -337,6 +337,7 @@ class DifyToolNodeRuntime(ToolNodeRuntimeProtocol):
|
||||
self._run_context.app_id,
|
||||
node_id,
|
||||
self._build_tool_runtime_spec(node_data),
|
||||
self._run_context.user_id,
|
||||
self._run_context.invoke_from,
|
||||
variable_pool,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user