fix: connected error (#318)

This commit is contained in:
Archer
2023-09-19 07:54:50 +08:00
committed by GitHub
parent 35f4deca76
commit 0a4a1def1e
8 changed files with 61 additions and 30 deletions

View File

@@ -182,7 +182,8 @@ export const ChatModule: FlowModuleTemplateType = {
type: FlowInputItemTypeEnum.custom,
label: '引用内容',
description: "对象数组格式,结构:\n [{q:'问题',a:'回答'}]",
valueType: FlowValueTypeEnum.kbQuote
valueType: FlowValueTypeEnum.kbQuote,
connected: false
},
Input_Template_History,
Input_Template_UserChatInput