deprecated UserResponseAggregator

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-28 15:18:40 -07:00
parent ce13155d26
commit e0933e20d2
2 changed files with 15 additions and 0 deletions

View File

@@ -195,6 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- `UserResponseAggregator` is deprecated and will be removed in a future version.
- The `send_transcription_frames` argument to `OpenAIRealtimeLLMService` is
deprecated. Transcription frames are now always sent. They go upstream, to be
handled by the user context aggregator. See "Added" section for details.