[Bug] Refinement fails if current model does not support no thinking #1482
Replies: 4 comments
|
Trying to use /btw has the same issue. |
|
Root cause and a fix are up in #1565. The z.ai coding endpoint (
"Thinking off" for 5.2/5.3 must be expressed as Both failing flows send a disable: |
|
Facing same issue with Muse Spark models via Console/opencode:
Repro: i am using custom extension patch which lets me override thinking effort https://github.com/inxeoz/prime-agent-ext/blob/master/fix-muse-spark-off.ts |
Uh oh!
There was an error while loading. Please reload this page.
Affected area
Coding agent and CLI
What happened?
Refinement fails if the current model does not support no thinking mode.
Steps to reproduce
Error: Refinement failed: Refinement failed: 400 This model always engages in thinking and cannot be disabled; please use low, high, or maxExpected behavior
The refinement should succeed.
Prime Agent version
849c921
Environment
Arch Linux (CachyOS), Wezterm
Additional context
No response
All reactions