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: () => {},