From b8b3d192a968f8a3ff57bb2ee00d0693b05e85c8 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 26 Apr 2026 04:42:14 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@46b9044c3f9d8519a56024f032b4b6e0b42aaf2b --- .openclaw-sync/source.json | 4 ++-- docs/gateway/opentelemetry.md | 2 +- docs/plugins/manifest.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 2788b809d..cb40ae2ff 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "9b93b7df62c1ee8d2e4ef40ef665c7d43f4f1095", - "syncedAt": "2026-04-26T04:37:13.442Z" + "sha": "46b9044c3f9d8519a56024f032b4b6e0b42aaf2b", + "syncedAt": "2026-04-26T04:40:47.167Z" } diff --git a/docs/gateway/opentelemetry.md b/docs/gateway/opentelemetry.md index fee7172ca..233163651 100644 --- a/docs/gateway/opentelemetry.md +++ b/docs/gateway/opentelemetry.md @@ -147,7 +147,7 @@ When any subkey is enabled, model and tool spans get bounded, redacted ### Model usage -- `openclaw.tokens` (counter, attrs: `openclaw.token`, `openclaw.channel`, `openclaw.provider`, `openclaw.model`) +- `openclaw.tokens` (counter, attrs: `openclaw.token`, `openclaw.channel`, `openclaw.provider`, `openclaw.model`, `openclaw.agent`) - `openclaw.cost.usd` (counter, attrs: `openclaw.channel`, `openclaw.provider`, `openclaw.model`) - `openclaw.run.duration_ms` (histogram, attrs: `openclaw.channel`, `openclaw.provider`, `openclaw.model`) - `openclaw.context.tokens` (histogram, attrs: `openclaw.context`, `openclaw.channel`, `openclaw.provider`, `openclaw.model`) diff --git a/docs/plugins/manifest.md b/docs/plugins/manifest.md index 4e392e99b..40f9cda53 100644 --- a/docs/plugins/manifest.md +++ b/docs/plugins/manifest.md @@ -708,7 +708,7 @@ Model fields: | `api` | `ModelApi` | Optional per-model API override. | | `baseUrl` | `string` | Optional per-model base URL override. | | `headers` | `Record` | Optional per-model static headers. | -| `input` | `Array<"text" \| "image" \| "document">` | Modalities the model accepts. | +| `input` | `Array<"text" \| "image" \| "document" \| "audio" \| "video">` | Modalities the model accepts. | | `reasoning` | `boolean` | Whether the model exposes reasoning behavior. | | `contextWindow` | `number` | Native provider context window. | | `contextTokens` | `number` | Optional effective runtime context cap when different from `contextWindow`. |