Open souzatharsis opened 2 weeks ago
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' )
would you be open to work on it and send a PR, please?
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.