Structs§
- Param
Delta - A single parameter-level delta between two tool calls.
- Tool
Call - A single tool call extracted from a
RunEventstream. - Tool
Call Diff - The result of diffing two tool-call sequences.
Enums§
- Tool
Call Change - A change detected between two tool-call sequences.
Functions§
- diff_
tool_ calls - Diff two ordered
RunEventsequences, producing aToolCallDiffthat captures added, removed, reordered, and param-changed tool calls.