chore(sync): mirror docs from openclaw/openclaw@614a2846a2

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 09:54:22 +00:00
parent 4cc4ed2c21
commit e4ad0d51dd
2 changed files with 6 additions and 2 deletions

View File

@ -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"
}

View File

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