|
I found that the agent didn't catch the reasoning content, so it would return an error "returned no content and no tool calls" . What should I do? |
Replies: 3 comments 1 reply
|
works for me in coding plan |
|
Yes — GLM is supported: set The error you hit — "returned no content and no tool calls" — is the signature of a reasoning-mode response: the model puts its output in
Thanks for the report, and thanks @Penn-Live for confirming your setup works. |
|
Update: the reasoning-capture fix landed on main (884bd65, closes #458) — the zhipu provider now preserves |
Yes — GLM is supported: set
LANGCHAIN_PROVIDER=zhipu(orglm) withZHIPU_API_KEY, and anyglm-*model name (includingglm-5.2) routes to the Zhipu endpoint (https://open.bigmodel.cn/api/paas/v4).The error you hit — "returned no content and no tool calls" — is the signature of a reasoning-mode response: the model puts its output in
reasoning_contentand leavescontentempty, and the zhipu provider entry doesn't yet have reasoning-capture enabled (we already do this for DeepSeek/Kimi/OpenRouter via the provider capability layer). Two things:vibe-trading provider doctor— if it still reproduces, paste the doctor output in a new issue.