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:
balibabu
2026-02-04 19:21:49 +08:00
committed by GitHub
parent 4d4b5a978d
commit 2627a7f5a8
13 changed files with 78 additions and 738 deletions

View File

@ -100,8 +100,6 @@ export interface Message {
files?: (File | UploadResponseDataType)[];
chatBoxId?: string;
attachment?: IAttachment;
reasoning?: boolean;
internet?: boolean;
}
export interface IReferenceChunk {