-
-
Notifications
You must be signed in to change notification settings - Fork 660
Custom tool not working properly in the Chatbot #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Ajaychaki2004 Can you please provide the full code ? |
@BugBot review this error |
Here is the code #agent.py file import os agent = Agent( #tools.py def fetch_product_from_mongodb(product_name: str) -> Dict:
|
/gemini review |
@gemini-code-assist review |
Discussed in #458
Originally posted by Ajaychaki2004 April 10, 2025
I am using an agent with a custom tool to get the database details for my chatbot. While running the agent independently, it works perfectly, but when integrated into the chatbot, the agent runs, but the custom tool is not used instead its hallucinating
Let me know if you need further assistance with the integration!
The text was updated successfully, but these errors were encountered: