mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-03 08:47:48 +08:00
Feat: Move the reasoning field to the root of the payload in the completion interface. (#12990)
### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -100,8 +100,6 @@ export interface Message {
|
||||
files?: (File | UploadResponseDataType)[];
|
||||
chatBoxId?: string;
|
||||
attachment?: IAttachment;
|
||||
reasoning?: boolean;
|
||||
internet?: boolean;
|
||||
}
|
||||
|
||||
export interface IReferenceChunk {
|
||||
|
||||
Reference in New Issue
Block a user