Include deprecation warnings for LLMUserResponseAggregator and LLMAssistantResponseAggregator

This commit is contained in:
Mark Backman
2025-01-08 18:14:29 -05:00
parent 39c6446bdc
commit 3d5f640bab
4 changed files with 30 additions and 21 deletions

View File

@@ -458,7 +458,7 @@ async def on_audio_data(processor, audio, sample_rate, num_channels):
### Deprecated
- `LLMUserResponseAggregator` and `LLMAssistantResponseAggregator` are
mostly deprecated, use `OpenAILLMContext` instead.
deprecated. Use `OpenAILLMContext` instead.
- The `vad` package is now deprecated and `audio.vad` should be used
instead. The `avd` package will get removed in a future release.