diff_text
Compare two text strings and display their differences in unified, context, or ndiff format.
Instructions
Compare two text strings and show differences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text1 | Yes | First text string | |
| text2 | Yes | Second text string | |
| format | No | Output format - "unified", "context", or "ndiff" (default: "unified") | unified |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |