From 1ea7d2d9a119aa626e597bee5f64fb6f50c47642 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 27 Jan 2026 13:42:28 +0800 Subject: [PATCH] chore: sandbox llm not show tools --- .../tool-selector/reasoning-config-form.tsx | 1 + web/app/components/workflow/nodes/llm/panel.tsx | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx b/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx index bf561ad5f8..b29ca9ae69 100644 --- a/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx +++ b/web/app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx @@ -1,3 +1,4 @@ +/* eslint-disable ts/no-explicit-any */ import type { Node } from 'reactflow' import type { SchemaRoot } from '@/app/components/workflow/nodes/llm/types' import type { ToolVarInputs } from '@/app/components/workflow/nodes/tool/types' diff --git a/web/app/components/workflow/nodes/llm/panel.tsx b/web/app/components/workflow/nodes/llm/panel.tsx index ed72c46856..6a58e9c7c7 100644 --- a/web/app/components/workflow/nodes/llm/panel.tsx +++ b/web/app/components/workflow/nodes/llm/panel.tsx @@ -235,12 +235,14 @@ const Panel: FC> = ({ /> )} - + {!isSupportSandbox && ( + + )} {/* Advanced Settings - 折叠区 */}