You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用模型‘opencode-go/deepseek-v4-pro'
-- 出现400错误,日志体现:
400 Error from provider (DeepSeek): Messages with role 'tool'
must be a response to a preceding message with 'tool_calls'
-- 通过‘minimax/MiniMax-M2.7’分析:
这是 deepseek-v4-pro 与 OpenClaw 的消息格式不兼容 问题。当对话上下文包含 tool 消息但没有对应的 tool_calls 时,deepseek-v4-pro 直接返回 400 错误。每次出错后 fallback 到 minimax/MiniMax-M2.7,导致响应变慢。
Description
以下遇到的问题,在使用模型‘minimax/MiniMax-M2.7’之前及现在都没发生过;
-- 模型回复的信息在飞书中不显示,由于我要求回复时同时发送Bark信息,所以我知道模型回复了,但在飞书中只提示‘已通过Bark信息通知’
-- 通过‘minimax/MiniMax-M2.7’分析:可能GLM-5的输出格式/结构与飞书插件的流式卡片渲染不兼容
-- 出现400错误,日志体现:
400 Error from provider (DeepSeek): Messages with role 'tool'
must be a response to a preceding message with 'tool_calls'
-- 通过‘minimax/MiniMax-M2.7’分析:
这是 deepseek-v4-pro 与 OpenClaw 的消息格式不兼容 问题。当对话上下文包含 tool 消息但没有对应的 tool_calls 时,deepseek-v4-pro 直接返回 400 错误。每次出错后 fallback 到 minimax/MiniMax-M2.7,导致响应变慢。
Plugins
Openclaw的飞书插件
OpenCode version
No response
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response