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
Hello @zzlalb! 👋 I'm Dosu, your friendly bot here to help with bugs, answer questions, and assist you in becoming a contributor. I'm here while you wait for a human maintainer. Let’s tackle this together! 😊
The issue you're experiencing with the Qwen2.5 model not returning results when using the agent for calculations might be related to known issues with agent interactions in Langchain-Chatchat. In version 0.3.1.2, there have been improvements in agent functionality, but some problems might still persist, especially with tool calls during streaming [1][2].
Here are a few steps you can take to troubleshoot and potentially resolve the issue:
Check Tool Integration: Ensure that the 'calculate API' is properly integrated and accessible by the agent. The agent should be able to call this tool to perform calculations [3].
Review Logs: Use the logging and debugging features to trace the agent's execution. This can help identify if there are any errors or issues during the tool call [4].
Update or Reconfigure: Make sure that your setup is correctly configured and consider updating any dependencies or configurations that might affect the agent's ability to execute the tool.
Test with Different Configurations: If possible, test the agent with different configurations or environments to see if the issue persists. This can help determine if the problem is specific to your current setup.
If these steps do not resolve the issue, it might be beneficial to look into the LangGraph-Chatchat implementation, which addresses some of the agent-related issues [5].
问题描述 / Problem Description
使用qwen2.5模型时,调用agent不返回结果
复现问题的步骤 / Steps to Reproduce
预期的结果 / Expected Result
返回agent的结果
实际结果 / Actual Result
模型仅输出:“Thought: 这是一个简单的乘法计算,可以使用calculate API来执行。 Action: calculate Action Input: {"expression": "8500 * 8500"}”
环境信息 / Environment Information
附加信息 / Additional Information
截图:
The text was updated successfully, but these errors were encountered: