You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update Qwen3 parser tests to match fork reasoning behavior
Tests expected reasoning=None for no-tag and start-tag-only outputs,
but fork's Qwen3 parser intentionally treats these as reasoning
(enable_thinking=True injects <think> in prompt, so output without
</think> = reasoning that hit max_tokens).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments