Diff Lines
diff_linesCompute a line-level diff between two texts (keyless, offline). Returns the change list (equal/add/remove), an added/removed/unchanged summary, and a unified-diff-style string with +/- prefixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The original ("before") text. | |
| b | Yes | The new ("after") text. | |
| context | No | If true, include unchanged lines in the unified output (default true). |