Skip to main content

format_reset_marker

Function format_reset_marker 

Source
pub fn format_reset_marker(summary: &str, bytes: usize) -> String
Expand 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.