Refactor realtime voice turn context tracking (#86650)

* refactor: share realtime turn context tracking

* chore: track realtime voice sdk api baseline

* fix: preserve pruned realtime turn handle state
This commit is contained in:
Peter Steinberger
2026-05-25 23:13:27 +01:00
committed by GitHub
parent 48adcb162c
commit fda0141a01
9 changed files with 369 additions and 96 deletions

View File

@@ -104,6 +104,9 @@ export const pluginSdkDocMetadata = {
"speech-core": {
category: "provider",
},
"realtime-voice": {
category: "provider",
},
"tts-runtime": {
category: "runtime",
},