Compare Modes
compare_modesAnalyze how a task would be handled in different modes. Returns estimated token usage and approach for each mode.
Instructions
Analyse how a task would be handled in different modes. Returns estimated token usage and approach for each mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | Yes | Description of the task to analyse. | |
| estimated_tool_calls | No | Estimated number of tool calls needed. | |
| estimated_data_kb | No | Estimated data to process in KB. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| modes | Yes | ||
| recommendation | Yes | ||
| token_savings_percent | Yes |