Files
ragflow/web/src/pages/dataflow-result/constant.ts
chanx 8a09f07186 feat: Added UI functions related to data-flow knowledge base #3221 (#10038)
### What problem does this PR solve?

feat: Added UI functions related to data-flow knowledge base #3221

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-09-11 09:51:18 +08:00

5 lines
70 B
TypeScript

export enum ChunkTextMode {
Full = 'full',
Ellipse = 'ellipse',
}