mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-09-18 12:43:51 +00:00

### What problem does this PR solve? feat: fetch flow #918 feat: save graph ### Type of change - [x] New Feature (non-breaking change which adds functionality)
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export enum ChatSearchParams {
|
|
DialogId = 'dialogId',
|
|
ConversationId = 'conversationId',
|
|
}
|
|
|
|
export const EmptyConversationId = 'empty';
|