@nhtio/adk/batteries/tools/text_comparison
Pre-constructed tools for text diffs, similarity checks, and edit-distance comparisons.
Remarks
Pre-constructed bundled tools for the text_comparison category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.
Variables
| Variable | Description |
|---|---|
| stringSimilarityTool | Report the Levenshtein edit distance and a similarity percentage between two strings. |
| textDiffTool | Compare two texts and emit a unified-style diff plus an additions/removals summary. |