What changed between two texts, line by line
diff_textReturns which lines were added and which were removed, with line numbers — computed with a longest-common-subsequence, not guessed by a model. Use to compare two versions of a config, a document, or any command output, instead of asking an LLM to eyeball two blobs and hoping it notices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first (before) text. | |
| b | Yes | The second (after) text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||