truncate_json_output

Function truncate_json_output 

Source
pub fn truncate_json_output(
    json_str: &str,
    max_bytes: usize,
) -> TruncatedJsonOutput
Expand description

Truncate JSON output to fit within context limits. Intelligently summarizes large arrays and nested objects.