classify_effort
Determines the appropriate reasoning depth by classifying query effort levels into low, medium, or high, with model hints and thinking budget for efficient task execution.
Instructions
Classify a query's effort level for dynamic model routing. Returns recommended effort level (low/medium/high), model hint, and thinking budget. Use this to determine appropriate reasoning depth before executing complex tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The user query or task description to classify |