mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 01:55:05 +08:00
### What problem does this PR solve? Feat: Import dsl from agent list page #9869 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
export enum FlowType {
|
|
Agent = 'agent',
|
|
Flow = 'flow',
|
|
}
|