Add changelog fragments for realtime service mode
Fragments use the +<name> prefix so they show up under "Unreleased" without a PR-number suffix; rename to <PR#>.<type>.md before merge.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- `SpeechTimeoutUserTurnStopStrategy` and `TurnAnalyzerUserTurnStopStrategy` now accept a `wait_for_transcript: bool = True` kwarg. When set to `False`, 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. `LLMContextAggregatorPair` flips this for you when `realtime_service_mode` is configured with the default `turns_await_transcripts=False`.
|
||||
Reference in New Issue
Block a user