0.68.0
extraBody for custom API request body parameters
For instance, ChatGPT offers numerous adjustable parameters, and other AI platforms provide similar options. These settings vary among providers:
OpenAI: "reasoning_effort": "high"
OpenRouter: "reasoning": { "effort": "high" }
Gemini: "thinking_level": "high" (Gemini3) "thinking_budget": 24576(Gemini 2.5)
Handling these configurations in our tool was becoming unmanageable.
To address this, we've introduced the extraBody API feature.
Users can now specify { "reasoning_effort": "high" } within both project and scenario settings.

What's Changed
- Add extraBody for custom API request body parameters by @takahirom in #360
Full Changelog: 0.67.0...0.68.0