You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A tool that allows a Gemini model to connect to Google Maps to access and incorporate
322
+
* location-based information into its responses.
323
+
*
324
+
* Important: If using Grounding with Google Maps, you are required to comply with the
325
+
* "Grounding with Google Maps" usage requirements for your chosen API provider: {@link https://ai.google.dev/gemini-api/terms#grounding-with-google-maps | Gemini Developer API}
326
+
* or Vertex AI Gemini API (see {@link https://cloud.google.com/terms/service-terms | Service Terms}
327
+
* section within the Service Specific Terms).
328
+
*
329
+
* @public
330
+
*/
320
331
exportinterfaceGoogleMapsTool{
332
+
/**
333
+
* Specifies the Google Maps configuration.
334
+
*
335
+
* When using this feature, you are required to comply with the "Grounding with Google Maps"
336
+
* usage requirements for your chosen API provider: {@link https://ai.google.dev/gemini-api/terms#grounding-with-google-maps | Gemini Developer API}
337
+
* or Vertex AI Gemini API (see {@link https://cloud.google.com/terms/service-terms | Service Terms}
0 commit comments