Add changelog for #4272

This commit is contained in:
Paul Kompfner
2026-04-10 16:37:49 -04:00
parent 812cdc6822
commit 245339e885

1
changelog/4272.added.md Normal file
View File

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