fix: continue Google Live consult responses (#72189) (thanks @VACInc)

Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com>
This commit is contained in:
VACInc
2026-04-27 05:52:00 -04:00
committed by GitHub
parent 8f262211ee
commit 614a2846a2
17 changed files with 385 additions and 33 deletions

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