chore(sync): mirror docs from openclaw/openclaw@a6ccb5f698

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-02 01:50:11 +00:00
parent b5dd80ddc5
commit 26a32f6ff8
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "04f1fd4d1f0f8c220fe418a73d46c2363e45f79a",
"syncedAt": "2026-05-02T01:44:36.385Z"
"sha": "a6ccb5f698df5943cc659627b0f467e7fd4e2353",
"syncedAt": "2026-05-02T01:48:24.979Z"
}

View File

@ -37,7 +37,9 @@ title: "Retry policy"
### Discord
- Retries only on rate-limit errors (HTTP 429).
- Retries on rate-limit errors (HTTP 429), request timeouts, HTTP 5xx responses,
and transient transport failures such as DNS lookup failures, connection
resets, socket closes, and fetch failures.
- Uses Discord `retry_after` when available, otherwise exponential backoff.
### Telegram

View File

@ -409,6 +409,7 @@ OpenClaw 使用 xAI 的 REST 图像/视频/TTS/STT API 进行媒体生成、
- `grok-4.20-multi-agent-experimental-beta-0304` 不支持普通 xAI 提供商路径,因为它需要与标准 OpenClaw xAI 传输不同的上游 API 表面。
- xAI Realtime 语音尚未注册为 OpenClaw 提供商。它需要与批量 STT 或流式转录不同的双向语音会话契约。
- 在共享 `image_generate` 工具具备对应的跨提供商控制项之前,不会公开 xAI 图像 `quality`、图像 `mask` 以及额外的仅原生宽高比。
</Accordion>
<Accordion title="高级说明">