Files
pipecat/changelog/4272.added.md
2026-04-11 14:29:05 -04:00

2 lines
310 B
Markdown

- Added `truncate_large_values` parameter to `LLMContext.get_messages()`. When `True`, returns compact deep copies of messages with binary data (base64 images, audio) fully truncated and long string values in LLM-specific messages recursively truncated. Useful for serialization, logging, and debugging tools.