From fe1ca9987ac5712533a883c9fa1aa450c5d14729 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 21 Nov 2024 17:13:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=90=86=E8=A7=A3=E7=BB=93=E6=9E=9C=E6=B2=A1=E6=9C=89=E6=AD=A3?= =?UTF-8?q?=E5=B8=B8=E6=8F=90=E5=8F=96=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1049298 --user=刘瑞斌 【应用编排】引用图片理解参数输出变量,没有输出内容 https://www.tapd.cn/57709429/s/1614589 --- ui/src/workflow/common/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index 67f1f2723..c509520da 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -221,7 +221,7 @@ export const imageUnderstandNode = { fields: [ { label: 'AI 回答内容', - value: 'content' + value: 'answer' } ] }