extract modules

This commit is contained in:
archer
2023-07-31 18:17:27 +08:00
parent 2f28f57d78
commit 58153306c5
17 changed files with 377 additions and 78 deletions

View File

@@ -35,7 +35,8 @@ export enum FlowModuleTypeEnum {
}
export enum SpecialInputKeyEnum {
'answerText' = 'text'
'answerText' = 'text',
'agents' = 'agents' // cq agent key
}
export enum FlowValueTypeEnum {