Skip to main content

byte_parity

Function byte_parity 

Source
pub fn byte_parity(a: &ChatRequest, b: &ChatRequest) -> Option<usize>
Expand description

Verify that two requests are byte-identical (the invariant the suite checks for every headless vs TUI pair). Returns None on equality, Some(diff) on the first differing byte index for diagnostics.