feat: add FlowChatBox #918 (#1086)

### What problem does this PR solve?

feat: add FlowChatBox #918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-06 19:29:36 +08:00
committed by GitHub
parent 6399a4fde2
commit dbdae8e83c
10 changed files with 547 additions and 14 deletions

View File

@ -4,7 +4,7 @@ export type DSLComponents = Record<string, IOperator>;
export interface DSL {
components: DSLComponents;
history?: any[];
history: any[];
path?: string[];
answer?: any[];
graph?: IGraph;