find_directive_by_intent
Match a user's natural language request to the most relevant directive. Use this tool when the user describes what they want and you need to identify which directive applies.
Instructions
Match a natural-language user request to the most relevant directive(s). Use when the user describes what they want and you need to find which directive handles it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_request | Yes | User's natural language request describing behavior to change | |
| threshold | No | Confidence threshold | 0.7 |