From 43b5d6ac6aa4563eded90d968a86d48dba77eaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B1=9F=E6=B3=A2?= Date: Tue, 18 Mar 2025 21:20:08 +0800 Subject: [PATCH] fix: code lint --- .../workflow/nodes/_base/components/variable/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/nodes/_base/components/variable/utils.ts b/web/app/components/workflow/nodes/_base/components/variable/utils.ts index b69be489a2..234d9e3c5d 100644 --- a/web/app/components/workflow/nodes/_base/components/variable/utils.ts +++ b/web/app/components/workflow/nodes/_base/components/variable/utils.ts @@ -139,7 +139,7 @@ const formatItem = ( } case BlockEnum.LLM: { - res.vars = [ + res.vars = [ ...LLM_OUTPUT_STRUCT, ...(['json_object', 'JSON'].includes(data.model?.completion_params?.response_format) ? [{