fix: 非流模式的思考转发

This commit is contained in:
ikechan8370 2025-01-30 11:42:51 +08:00
parent 3cd664ff53
commit 4b9dd0395d
2 changed files with 4 additions and 1 deletions

View file

@ -288,7 +288,7 @@ export namespace openai {
* @memberof ChatCompletionResponseMessage
*/
content: string
reasoning_content: string
function_call: FunctionCall,
tool_calls: ToolCall[]
}