Add changelog entries for OpenAILLMContext removal

This commit is contained in:
Paul Kompfner
2026-04-01 14:03:08 -04:00
parent 92e34ea6e8
commit df68665ec1
7 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
- ⚠️ Removed `GatedOpenAILLMContextAggregator` (from `pipecat.processors.aggregators.gated_open_ai_llm_context`). Use `GatedLLMContextAggregator` (from `pipecat.processors.aggregators.gated_llm_context`) instead.