diff_diff_stats
Calculate text similarity and change metrics between two documents to analyze differences in characters and lines.
Instructions
[diff] Compute similarity and change statistics between two texts. Returns {similarity: float (0-1), added_chars: int, removed_chars: int, added_lines: int, removed_lines: int, line_similarity: float}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_a | Yes | ||
| text_b | Yes |