310 B
310 B
- Added
truncate_large_valuesparameter toLLMContext.get_messages(). WhenTrue, 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.