get-unified-diff
Extract differences between two text articles in Unified diff format. Ideal for comparing text inputs using Python's standard library difflib.
Instructions
Get the difference between two text articles in Unified diff format. Use this when you want to extract the difference between texts.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
string_a | Yes | ||
string_b | Yes |