pub fn format_reset_marker(summary: &str, bytes: usize) -> StringExpand description
Shape the tool-result payload carrying the agent-authored summary.
Kept as a free function so the exact wire format can be unit-tested
in isolation from the Tool trait impl.