match_procedure
Match a context description against stored procedures and retrieve ranked results with similarity scores, helping you identify the most relevant procedures for your needs.
Instructions
3B.4 — Token-overlap match a context description against stored procedures. Returns ranked matches with Jaccard-like scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Context description to match against | |
| threshold | No | Minimum match score | |
| candidateIds | No | Optional procedure ids to match against (default: all) |