fix - fix qwen35 moe reasoning parser#812
Conversation
Code Review: PR #812 — fix - fix qwen35 moe reasoning parserThanks for the fix! Qwen3.5 MoE models definitely need reasoning parsing enabled by default. Here are my findings: 1. [Bug] Accidental trailing characters (reasoning_tool_base_renderer.py:119)The comment change adds two trailing middle-dot characters ( - # logprobs模式下使用普通StreamStatus
+ # logprobs模式下使用普通StreamStatus··This looks unintentional — should be reverted. 2. [Performance]
|
a563866 to
7c7f6a8
Compare
|
🤖 AI Code Review — PR #812 fix - fix qwen35 moe reasoning parser 概述为 改动包括:
建议改进P1: 缺少单元测试PR 没有为新增的
P2: 代码重复
P2:
|
default set thinking mode = True for qwen35 moe