From e4ad0d51dda577d3f972d7991a35671b63f9bf2f Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 09:54:22 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@614a2846a257a0e8946ea785e624aef1262c5d77 --- .openclaw-sync/source.json | 4 ++-- docs/plugins/sdk-provider-plugins.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 4326c652d..586b5b169 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "8f262211ee8fdd7226357a38ba609cecd8451681", - "syncedAt": "2026-04-27T09:50:44.776Z" + "sha": "614a2846a257a0e8946ea785e624aef1262c5d77", + "syncedAt": "2026-04-27T09:53:01.645Z" } diff --git a/docs/plugins/sdk-provider-plugins.md b/docs/plugins/sdk-provider-plugins.md index c88761bd3..ee2fa9f59 100644 --- a/docs/plugins/sdk-provider-plugins.md +++ b/docs/plugins/sdk-provider-plugins.md @@ -585,6 +585,10 @@ API key auth, and dynamic model resolution. label: "Acme Realtime Voice", isConfigured: ({ providerConfig }) => Boolean(providerConfig.apiKey), createBridge: (req) => ({ + // Set this only if the provider accepts multiple tool responses for + // one call, for example an immediate "working" response followed by + // the final result. + supportsToolResultContinuation: false, connect: async () => {}, sendAudio: () => {}, setMediaTimestamp: () => {},