Fragments use the +<name> prefix so they show up under "Unreleased" without a PR-number suffix; rename to <PR#>.<type>.md before merge.
507 B
507 B
SpeechTimeoutUserTurnStopStrategyandTurnAnalyzerUserTurnStopStrategynow accept await_for_transcript: bool = Truekwarg. When set toFalse, the strategy signals end-of-turn as soon as VAD / the turn analyzer reports end-of-speech rather than waiting for a transcript — useful when local turn detection is the intended driver of a realtime conversation.LLMContextAggregatorPairflips this for you whenrealtime_service_modeis configured with the defaultturns_await_transcripts=False.