This commit is contained in:
archer
2023-07-11 15:57:01 +08:00
parent cd77d81135
commit eb768d9c04
47 changed files with 1949 additions and 1280 deletions

View File

@@ -1,5 +1,5 @@
export enum FlowInputItemTypeEnum {
systemInput = 'systemInput', // history, userChatInput
systemInput = 'systemInput', // history, userChatInput, variableInput
input = 'input',
textarea = 'textarea',
numberInput = 'numberInput',
@@ -19,6 +19,7 @@ export enum FlowOutputItemTypeEnum {
}
export enum FlowModuleTypeEnum {
userGuide = 'userGuide',
questionInputNode = 'questionInput',
historyNode = 'historyNode',
chatNode = 'chatNode',