diff_diff_text
Compare two text strings to identify differences and generate a unified diff with line change statistics.
Instructions
[diff] Compare two text strings and return a unified diff. Returns {unified: str, added_lines: int, removed_lines: int, unchanged_lines: int, has_changes: bool}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | ||
| text_b | Yes | ||
| context | No | ||
| label_a | No | ||
| label_b | No |