-
-
Notifications
You must be signed in to change notification settings - Fork 128
Support use of Gemini built-in tools #40
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
Labels
enhancement
New feature or request
Comments
FWIW, I tried adding this functionality but it seems to hang when making tool queries when you have google_search and custom tools enabled. |
@geneccx Did you see what HTTP call was made when specifying the google_search tool ? |
Got something working.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
It would be great if the gem would support Gemini's built-in tools like GoogleSearch.
To enable it in the API, the request is as follows:
I was thinking of using it this way
I suggest to update providers/gemini/chat.rb with this method
and refacto format_tools in providers/gemini/chat.rb
What do you think ?
The text was updated successfully, but these errors were encountered: