We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ChatGoogleGenerativeAI does not yet support grounded search, a feature released by Gemini almost a week ago.
The following code does not play any effect in results.
chat = ChatGoogleGenerativeAI( model="gemini-1.5-pro-latest", tools='google_search_retrieval' )
The text was updated successfully, but these errors were encountered:
would you be open to work on it and send a PR, please?
Sorry, something went wrong.
No branches or pull requests
ChatGoogleGenerativeAI does not yet support grounded search, a feature released by Gemini almost a week ago.
The following code does not play any effect in results.
The text was updated successfully, but these errors were encountered: