fix(model): preserve caller-scoped runtime assembly

This commit is contained in:
WH-2099
2026-03-24 17:48:30 +08:00
parent 57f9053b3a
commit 0b8a5e83db
28 changed files with 645 additions and 264 deletions

View File

@@ -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,
)