pub fn find_duplicates(
calls: &[ToolCallObservation],
) -> Vec<&ToolCallObservation>Expand description
Duplicate acceptance: references to every call whose (name, identical
arguments) pair was already issued earlier in the sequence - including a
repeated run_fixture_test after a successful run, and a re-read of the
same fixture. Argument equality is content-based (JSON object key order
does not matter).