pub fn diff_tool_calls(a: &[RunEvent], b: &[RunEvent]) -> ToolCallDiffExpand description
Diff two ordered RunEvent sequences, producing a ToolCallDiff.
Uses Longest Common Subsequence (LCS) alignment on tool names to detect added, removed, and reordered tool calls accurately.