text_diff
Compare two texts to identify line-by-line differences. See what changed between document versions with old and new values.
Instructions
Compare two texts and return line-by-line differences.
Use this to find what changed between document versions.
Returns each differing line with the old and new value.
Parameters:
text_a — First text (the 'before' version).
text_b — Second text (the 'after' version).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | ||
| text_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |