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 `VisionImageFrameAggregator` (from `pipecat.processors.aggregators.vision_image_frame`). Vision/image handling is now built into `LLMContext` (from `pipecat.processors.aggregators.llm_context`). See the `12*` examples for the recommended replacement pattern.