Skip to content
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

Google Search tool is not able to retrieve correct information for some queries. #856

Closed
sangee2004 opened this issue Dec 13, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@sangee2004
Copy link

Steps to reproduce the problem:

  1. Create an agent with Google Search tool
  2. Ask "what is the current value of the SP500?"
Screenshot 2024-12-13 at 2 34 40 PM

Debug call -
calls (39).json

There are other queries that I see fail as well..

  1. what is the current value of the NDX? -
    calls (40).json

  2. what is the current value META? -
    calls (41).json

  3. Most recent news about united healthcare ceo -
    calls (44).json

These 3 queries when made in another thread actually succeeded.

Even what is the current value of the SP500? return results but seems like it gets its from the previous call made for getting what is the current value of the NDX?

Screenshot 2024-12-13 at 2 39 10 PM Screenshot 2024-12-13 at 2 39 17 PM
@sanjay920
Copy link
Contributor

This should be addressed with the following fix: obot-platform/tools#279

All of your examples pass with it

image

@sangee2004
Copy link
Author

Moving it back to "In Progress" since the PR is not merged yet.

@sangee2004
Copy link
Author

Google search tool is able to return correct information for the queries mentioned in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants