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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
问题描述
在
deepseek-v4-flash(推理模式)下,任何包含工具调用的轮次都会失败:最终拼接出的tool/call中name为空,执行器报告未知工具,代理重试后只返回空补全。同样的任务在glm-5.2上可以成功,因此问题出在适配器层,而非模型本身。根因分析
packages/llm/llm-deepseek/src/translate.ts第 159–160 行使用了!== undefined守卫:All reactions