diff_text
Compare two text blobs to see line-by-line changes with unified +/- lines and counts of added, removed, and unchanged lines.
Instructions
Line-by-line diff of two text blobs. Returns unified-style +/- lines and add/remove/unchanged counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Original text | |
| b | Yes | Modified text |