mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? Feat: Users can chat directly without first creating a conversation. #11768 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -26,7 +26,7 @@ export const buildMessageListWithUuid = (messages?: Message[]) => {
|
||||
);
|
||||
};
|
||||
|
||||
export const getConversationId = () => {
|
||||
export const generateConversationId = () => {
|
||||
return uuid().replace(/-/g, '');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user