Openclaw错误排查及解决方案之:Message ordering conflict. I’ve reset the conversation - please try again.
Openclaw错误排查及解决方案之:Message ordering conflict. I’ve reset the conversation - please try again.
错误概述
当用户与 AI 对话时出现 “⚠️ Message ordering conflict. I’ve reset the conversation - please try again.” 错误,表明 LLM 返回了角色序列冲突错误,系统已自动重置会话。
调用链分析
1. 错误触发点:LLM Provider 层
LLM 提供商(如 Anthropic、OpenAI 等)在以下情况会返回角色冲突错误:
- 错误消息模式:
"incorrect role information"或"roles must alternate" - 错误来源:可能是 JSON 包装形式、带
"400"前缀,或嵌套在 API 响应中
/