v2.3.6: MiMoML 工具调用修复 / MiMoML Tool Call Fix
v2.3.6 - MiMoML 工具调用修复 / MiMoML Tool Call Fix
🐛 修复
- MiMoML 清理正则修复 —
clean_tool_text中\\|→\|,正确匹配<|MiMoML|>标签 - 缺失
</invoke>闭合标签处理 — MiMo 模型输出不闭合 invoke 时仍能正确提取工具调用 - 空 name invoke 跳过 — 防止
<invoke name="">导致畸形工具调用泄漏 - MiMoML 残留清理 —
<invoke>/<parameter>正则同步支持带<|MiMoML|前缀的变体
💡 no-tools 版本见 v2.3.6-no-tools
English
🐛 Fixed
- MiMoML cleanup regex fixed —
\\|→\|inclean_tool_textto correctly match<|MiMoML|>tags - Missing
</invoke>closing tag handling — tool calls are now extracted even when MiMo model omits invoke closing tags - Empty-name invoke skipped — prevents
<invoke name="">from leaking malformed tool calls to clients - MiMoML residue cleanup —
<invoke>/<parameter>regex now supports<|MiMoML|prefixed variants
💡 no-tools version: v2.3.6-no-tools