From 458094c188883b90056d51ca7bcd8273a9ff394e Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 6 Apr 2026 00:02:58 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@ad6c584ce785c8b40cd7b80d106df9926d2945d3 --- .openclaw-sync/source.json | 4 ++-- docs/providers/openai.md | 6 ++++-- docs/tools/video-generation.md | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 1b194d0e5..5f40e9bdb 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "379bc1c032e924f45ae015de22bb5f01859dd7cb", - "syncedAt": "2026-04-05T23:51:12.566Z" + "sha": "ad6c584ce785c8b40cd7b80d106df9926d2945d3", + "syncedAt": "2026-04-06T00:02:57.593Z" } diff --git a/docs/providers/openai.md b/docs/providers/openai.md index bc83801e9..c8e8673ef 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -145,8 +145,10 @@ The bundled `openai` plugin also registers video generation through the shared - Default video model: `openai/sora-2` - Modes: text-to-video, image-to-video, and single-video reference/edit flows - Current limits: 1 image or 1 video reference input -- Current OpenAI-specific caveat: OpenClaw does not forward `aspectRatio` or - `resolution` overrides to the native OpenAI video API today +- Current OpenAI-specific caveat: OpenClaw currently only forwards `size` + overrides for native OpenAI video generation. Unsupported optional overrides + such as `aspectRatio`, `resolution`, `audio`, and `watermark` are ignored + and reported back as a tool warning. To use OpenAI as the default video provider: diff --git a/docs/tools/video-generation.md b/docs/tools/video-generation.md index 76ea91702..8bb14699c 100644 --- a/docs/tools/video-generation.md +++ b/docs/tools/video-generation.md @@ -82,7 +82,7 @@ Use `action: "list"` to inspect available providers and models at runtime: | `watermark` | boolean | Toggle provider watermarking when supported | | `filename` | string | Output filename hint | -Not all providers support all parameters. The tool validates provider capability limits before it submits the request. When a provider or model only supports a discrete set of video lengths, OpenClaw rounds `durationSeconds` to the nearest supported value and reports the normalized duration in the tool result. +Not all providers support all parameters. Unsupported optional overrides are ignored on a best-effort basis and reported back in the tool result as a warning. Hard capability limits such as too many reference inputs still fail before submission. When a provider or model only supports a discrete set of video lengths, OpenClaw rounds `durationSeconds` to the nearest supported value and reports the normalized duration in the tool result. ## Async behavior