Diff two texts
diff_textsCompare two text versions and get a unified diff with added/removed line counts and similarity percentage.
Instructions
Compare two versions of a text and return a unified diff plus exact counts of lines added and removed and a similarity percentage. Use it rather than reading both versions and describing the difference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | The changed text. | |
| before | Yes | The original text. | |
| context | No | Context lines around each change. |