diff_snapshots
Compare two debug snapshots to identify variable differences between before and after states. Pinpoint what changed during code execution.
Instructions
Compare two snapshots and show variable differences.
Args: name1: First snapshot name (before state) name2: Second snapshot name (after state)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name1 | Yes | ||
| name2 | Yes |