match_heuristics
Find heuristics whose conditions match input text using Jaccard token-overlap and confidence scoring. Results sorted by score then priority.
Instructions
v2.1.0 — Find heuristics whose condition matches input via Jaccard token-overlap × confidence; sorted descending, then by priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to match against heuristic conditions. | |
| limit | No | Max matches returned. Default 10. | |
| minScore | No | Minimum score. Default 0.1. |