explain_match
Compare two strings and receive an explanation for their match or mismatch, with configurable normalization and scoring profiles.
Instructions
Compare two strings and explain why they match or differ.
Args:
first: First text value.
second: Second text value.
threshold: Minimum score required for a match.
profile: Normalization profile.
strategy: Score-selection strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | ||
| second | Yes | ||
| profile | No | general | |
| strategy | No | strict | |
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||