Files
ragflow/web/src/pages/agents/constant.ts
balibabu df8d31451b Feat: Import dsl from agent list page #9869 (#10033)
### 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)
2025-09-10 18:22:16 +08:00

5 lines
61 B
TypeScript

export enum FlowType {
Agent = 'agent',
Flow = 'flow',
}