find_best_matches
Find and rank the most similar strings to a query from a list of candidates, with configurable matching strategy and similarity threshold.
Instructions
Find and rank candidate strings most similar to a query.
Args:
query: Text to search for.
choices: Candidate values.
limit: Maximum number of matches.
threshold: Minimum similarity score.
profile: Normalization profile.
strategy: Score-selection strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| choices | Yes | ||
| profile | No | general | |
| strategy | No | weighted | |
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||