mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +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:
@ -187,6 +187,7 @@ export interface IExternalChatInfo {
|
||||
export interface IMessage extends Message {
|
||||
id: string;
|
||||
reference?: IReference; // the latest news has reference
|
||||
conversationId?: string; // To distinguish which conversation the message belongs to
|
||||
}
|
||||
|
||||
export interface IClientConversation extends IConversation {
|
||||
|
||||
Reference in New Issue
Block a user