mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
agent function call case error : Can't parse single qwen tool call output #140
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lordk911 on GitHub (Mar 27, 2025).
Self Checks
Dify version
1.1.1
Plugin version
xorbitsai/inference:0.0.2; agent:0.0.12
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
agent function call round2, send tool responce conent back to llm will cause error : Can't parse single qwen tool call output
✔️ Error log
please ref to : https://github.com/xorbitsai/inference/issues/3136
@lordk911 commented on GitHub (Mar 31, 2025):
Dify function call agent conducted two rounds of queries on the large model.
1、request
46691bf8-0b8f-11f0-91df-c6b2c06beeefget back the function call json output.2、request
491e6bd2-0b8f-11f0-b695-c6b2c06beeefQuery the large model again based on the result obtained by invoking with the toolsPlease notice the
Tool call contentkey words.It may be the problem of prompt or the llm self problem. on the round 2, the return result is still Tool call content ... In fact, it should be to directly return the result.
@Nov1c444
@lordk911 commented on GitHub (Mar 31, 2025):
https://github.com/xorbitsai/inference/issues/3136#issuecomment-2765557691
@dosubot[bot] commented on GitHub (Aug 15, 2025):
Hi, @lordk911. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
What's Next:
Thank you for your understanding and contribution!