pub fn compress_message_content(msg: &mut Value, aggressiveness: f64) -> u32Expand description
Compress an OpenAI chat message’s content, which is either a plain string
or an array of {type:"text", text} parts (multimodal). Returns the number
of segments rewritten.