DEEPSEEK官方api,v4pro版本,在导入文件进行读取后能够正常回复,但是随后生成下一轮答复时,必定回复如下报错
{
"error": {
"message": "The
reasoning_content
in the thinking mode must be passed back to the API.",
"type": "invalid_request_error",
"param": null,
"code": "invalid_request_error"
}
}