tool_diff
Compare two text inputs to identify added, removed, and unchanged parts, returning a detailed diff and change counts.
Instructions
[text] Diff
Parameters:
text1 (string): Text 1
text2 (string): Text 2
Outputs:
added (number): Added
removed (number): Removed
unchanged (number): Unchanged
diff (json): Diff
changes (json): Changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | Diff | |
| added | No | Added | |
| text1 | No | Text 1 | |
| text2 | No | Text 2 | |
| changes | No | Changes | |
| removed | No | Removed | |
| unchanged | No | Unchanged |