From 4bb364411c3c4a5216b43571106adc88a2fdc50c Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 30 Mar 2026 10:39:34 +0800 Subject: [PATCH] fix: user editor can also choose file --- web/app/components/workflow/nodes/llm/panel.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/app/components/workflow/nodes/llm/panel.tsx b/web/app/components/workflow/nodes/llm/panel.tsx index 718687026d..045f0e7106 100644 --- a/web/app/components/workflow/nodes/llm/panel.tsx +++ b/web/app/components/workflow/nodes/llm/panel.tsx @@ -246,6 +246,8 @@ const Panel: FC> = ({ {/* Readonly User Query */}
user
@@ -267,6 +269,7 @@ const Panel: FC> = ({ nodesOutputVars={availableVars} availableNodes={availableNodesWithParent} isSupportFileVar + isSupportSandbox={isSupportSandbox} /> {inputs.memory.query_prompt_template && !inputs.memory.query_prompt_template.includes('{{#sys.query#}}') && (