set_reasoning_budget
Allocate a token budget for a task and receive tailored reasoning instructions, enabling adaptive thinking based on task complexity.
Instructions
Takes a task description and (optionally) a token budget, then returns a string instruction for an AI to reason adaptively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_budget | Yes | The maximum number of tokens for the <think> block. | |
| workspace_path | Yes | The absolute path of the project's workspace directory. | |
| task_description | Yes | A description of the task to be performed. |