Skip to main content

render_request_bytes

Function render_request_bytes 

Source
pub fn render_request_bytes(req: &ChatRequest) -> Vec<u8> 
Expand description

Deterministic JSON byte rendering for parity checks (headless == TUI). The bytes are what is actually put on the wire; /dryrun (#1004) and the test harness compare these directly rather than re-serializing with different key order.