Set Operation Mode
set_modeSwitch between execution, passthrough, or hybrid modes to control how requests are processed, optimizing token usage or enabling debugging.
Instructions
Switch between operation modes:
execution: All requests go through the code executor (default, maximum token savings)
passthrough: Direct tool calls without code execution (for debugging/comparison)
hybrid: Automatic selection based on task complexity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | The operation mode to switch to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| previous_mode | Yes | ||
| current_mode | Yes | ||
| message | Yes |