diff_text
Compare two text blocks line by line to identify added, removed, and unchanged lines for precise change tracking.
Instructions
Line-by-line diff of two text blocks, returning added/removed/unchanged lines
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Original text | |
| b | Yes | Modified text |