From 92f3a8c9185cc2f74a0621a8b4ac09db27e6b675 Mon Sep 17 00:00:00 2001 From: Joel Date: Sun, 27 Apr 2025 18:18:55 +0800 Subject: [PATCH] chore: not enable struct not show model not support warning --- web/app/components/workflow/nodes/llm/panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/llm/panel.tsx b/web/app/components/workflow/nodes/llm/panel.tsx index d595933aad..29fb4fb2c3 100644 --- a/web/app/components/workflow/nodes/llm/panel.tsx +++ b/web/app/components/workflow/nodes/llm/panel.tsx @@ -296,7 +296,7 @@ const Panel: FC> = ({ onCollapse={setStructuredOutputCollapsed} operations={
- {!isModelSupportStructuredOutput && ( + {(!isModelSupportStructuredOutput && !!inputs.structured_output_enabled) && (
{t('app.structOutput.modelNotSupported')}