mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-27 17:29:39 +08:00
### What problem does this PR solve? Feat: Add a think button to the chat box. #12742 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -99,6 +99,7 @@ export interface Message {
|
||||
files?: (File | UploadResponseDataType)[];
|
||||
chatBoxId?: string;
|
||||
attachment?: IAttachment;
|
||||
reasoning?: boolean;
|
||||
}
|
||||
|
||||
export interface IReferenceChunk {
|
||||
|
||||
Reference in New Issue
Block a user