pub fn truncate_json_output( json_str: &str, max_bytes: usize, ) -> TruncatedJsonOutput
Truncate JSON output to fit within context limits. Intelligently summarizes large arrays and nested objects.