mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: Add log-detail page,Improve the style of chat boxes (#9119)
### What problem does this PR solve? Feat: Add log-detail page,Improve the style of chat boxes #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -20,6 +20,7 @@ export enum MessageEventType {
|
||||
export interface IAnswerEvent<T> {
|
||||
event: MessageEventType;
|
||||
message_id: string;
|
||||
session_id: string;
|
||||
created_at: number;
|
||||
task_id: string;
|
||||
data: T;
|
||||
|
||||
Reference in New Issue
Block a user