mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复图片理解结果没有正常提取到的问题
--bug=1049298 --user=刘瑞斌 【应用编排】引用图片理解参数输出变量,没有输出内容 https://www.tapd.cn/57709429/s/1614589
This commit is contained in:
parent
179666e00f
commit
fe1ca9987a
|
|
@ -221,7 +221,7 @@ export const imageUnderstandNode = {
|
|||
fields: [
|
||||
{
|
||||
label: 'AI 回答内容',
|
||||
value: 'content'
|
||||
value: 'answer'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue