Files
pipecat/changelog/4215.removed.3.md
2026-04-01 14:03:08 -04:00

2 lines
260 B
Markdown

- ⚠️ Removed deprecated frame types `LLMMessagesFrame` and `OpenAILLMContextAssistantTimestampFrame` from `pipecat.frames.frames`. Instead of `LLMMessagesFrame`, use `LLMContextFrame` with the new messages, or `LLMMessagesUpdateFrame` with `run_llm=True`.