match_rules
Evaluate a scene or topic against stored rules to retrieve applicable rules with relevance scores. Helps determine which rules apply before generating a response.
Instructions
Match rules against a scene/topic and return applicable rules with scores. Use this to find which rules apply to a given context before generating a response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | The scene/topic to match rules against (e.g., 'database design', 'code review process') | |
| scopes | No | Filter by scopes (optional, defaults to all) |