[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-25 05:20:02 +00:00
committed by GitHub
parent 4763c80a1b
commit 2ce4c21be2
6 changed files with 42 additions and 3104 deletions

View File

@ -38,10 +38,15 @@ def _make_llm_node(reasoning_format: str) -> LLMNode:
object.__setattr__(
node,
"_run_context",
{"_dify": types.SimpleNamespace(
tenant_id="tenant", app_id="app", user_id="user",
user_from="account", invoke_from="debugger",
)},
{
"_dify": types.SimpleNamespace(
tenant_id="tenant",
app_id="app",
user_id="user",
user_from="account",
invoke_from="debugger",
)
},
)
return node