Skip to main content

compress_message_content

Function compress_message_content 

Source
pub fn compress_message_content(msg: &mut Value, aggressiveness: f64) -> u32
Expand 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.