jev_modulate_reasoning_effort
Adjusts reasoning effort and stability lease steps per generation, matching provider parameters to cut token waste and delays on mechanical tool calls.
Instructions
Dynamically modulates reasoning effort (low, medium, high, etc.) and stability lease steps for the immediate generation step. Maps exact parameters for OpenAI (GPT-6 Astra/o3), DeepSeek (V4.1-Flash/R1), Qwen (3.8 Max), Anthropic (Claude Fable 5.1), and Gemini (3.8 Thinking). Eliminates reasoning token waste and cuts multi-minute delays on mechanical tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional model identifier to check for direct non-reasoning compatibility. | |
| context | Yes | The command, prompt, or next step to evaluate. | |
| provider | No | Target provider (openai, deepseek, qwen, anthropic, gemini, kimi, mimo). Default: openai. | |
| max_lease_steps | No | Optional upper bound for generation stability lease steps (default: 10). | |
| supported_efforts | No | Optional list of supported effort levels (e.g. ['none', 'minimal', 'low', 'medium', 'high', 'xhigh', 'max', 'ultra']). | |
| session_context_tokens | No | Optional active prompt tokens in session context to evaluate prompt cache risk. |