update CHANGELOG for new user/bot turn start strategies

This commit is contained in:
Aleix Conchillo Flaqué
2025-11-12 15:35:46 -08:00
parent 5816f960cc
commit bf791527dc
7 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
- The `LLMUserAggregatorParams` and `LLMAssistantAggregatorParams` classes in `pipecat.processors.aggregators.llm_response` are now deprecated. Use the new universal `LLMContext` and `LLMContextAggregatorPair` instead.