问题:routeToAgent 调用 OpenClaw bridge /task 时传了 timeoutSeconds (bridge schema 不认识),且缺少必须字段 idempotencyKey,导致 bridge 返回 INVALID_REQUEST,机器人沉默不回复。 修复: - 移除 timeoutSeconds(不是 bridge API 参数) - 改用 msg.msgId 作为 idempotencyKey(每条消息唯一,满足 bridge 要求) 根因定位: docker logs openclaw-83cc9ac3 显示 "invalid chat.send params: must have required property 'idempotencyKey'; at root: unexpected property 'timeoutSeconds'" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| gateway | ||
| openclaw-bridge | ||
| services | ||
| shared | ||