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.