遇到的 The reasoning_content in the thinking mode must be passed back to the API.简单来说,当 DeepSeek V4 模型在“思考模式”(Thinking Mode)下进行工具调用(比如搜索文件、运行命令)时,你的客户端在后续沟通中,必须把模型上一轮返回的 reasoning_content如果客户端在拼接新请求的消息时,忽略了 reasoning_content 这个字段,就会因为参数不完整而触发 400 错误。还有一个特别容易踩的坑:即使 reasoni