Add custom parameter. It would be great to disable reasoning response on Qwen3-like models. Whe know that using "/no_think" in the prompt can be used, but it is not deep enough to supress models like Qwen3 spitting thoughts.
Qwen3 is very good, but it's stupid to think for each of any respond. Also when I use function call, it's slow to act because it's always think first.
I want to disable reasoning mode completely. It is achieveable with additional tag like this one. I hope BoltAI have this custom config like this. With enable_thinking set to false, it is then run into instruct mode. This will gives us mode control.