Expand description
Tool-call sequence diffing for run comparison.
This module provides structural diffing of tool-call sequences between two runs. It detects added/removed/reordered calls and parameter changes using Longest Common Subsequence (LCS) alignment.
Structs§
- Diff
Summary - Summary of differences between two runs’ tool-call sequences.
- Param
Change - A parameter change between two tool call versions.
- Tool
Call Entry - A single tool call extracted from a run’s events.
Enums§
- Tool
Call Change - A single change in the tool-call sequence.
Functions§
- diff_
tool_ calls - Diff the tool-call sequences of two runs.