perf: completion dispatch
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
/* app */
|
||||
export enum AppModuleItemTypeEnum {
|
||||
'variable' = 'variable',
|
||||
'userGuide' = 'userGuide',
|
||||
'initInput' = 'initInput',
|
||||
'http' = 'http', // send a http request
|
||||
'switch' = 'switch', // one input and two outputs
|
||||
'answer' = 'answer' // redirect response
|
||||
}
|
||||
export enum SystemInputEnum {
|
||||
'welcomeText' = 'welcomeText',
|
||||
'variables' = 'variables',
|
||||
@@ -14,10 +6,7 @@ export enum SystemInputEnum {
|
||||
'history' = 'history',
|
||||
'userChatInput' = 'userChatInput'
|
||||
}
|
||||
export enum TaskResponseKeyEnum {
|
||||
'answerText' = 'answerText', // answer module text key
|
||||
'responseData' = 'responseData'
|
||||
}
|
||||
|
||||
export enum VariableInputEnum {
|
||||
input = 'input',
|
||||
select = 'select'
|
||||
|
||||
Reference in New Issue
Block a user