ragflow / web /src /pages /chat /constants.ts
balibabu
feat: fetch flow (#1068)
13080d4
raw
history blame
140 Bytes
export enum ChatSearchParams {
DialogId = 'dialogId',
ConversationId = 'conversationId',
}
export const EmptyConversationId = 'empty';