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 Search to access and incorporate up-to-date information from the web into its responses.
14
14
15
-
Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or [Vertex AI Gemini API](https://cloud.google.com/terms/service-terms) (see Service Terms section within the Service Specific Terms).
15
+
Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service Specific Terms).
| [googleSearch](./ai.googlesearchtool.md#googlesearchtoolgooglesearch) | [GoogleSearch](./ai.googlesearch.md#googlesearch_interface) | SpecifiestheGoogleSearchconfiguration. Currently, thisisanemptyobject, butit'sreservedforfutureconfigurationoptions. SpecifiestheGoogleSearchconfiguration. Currently, thisisanemptyobject, butit'sreservedforfutureconfigurationoptions.<!-- -->Whenusingthisfeature, youarerequiredtocomplywiththe "GroundingwithGoogleSearch" usagerequirementsforyourchosenAPIprovider: [GeminiDeveloperAPI](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or [Vertex AI Gemini API](https://cloud.google.com/terms/service-terms) (see Service Terms section within the Service Specific Terms). |
27
+
| [googleSearch](./ai.googlesearchtool.md#googlesearchtoolgooglesearch) | [GoogleSearch](./ai.googlesearch.md#googlesearch_interface) | SpecifiestheGoogleSearchconfiguration. Currently, thisisanemptyobject, butit'sreservedforfutureconfigurationoptions. SpecifiestheGoogleSearchconfiguration. Currently, thisisanemptyobject, butit'sreservedforfutureconfigurationoptions.<!-- -->Whenusingthisfeature, youarerequiredtocomplywiththe "GroundingwithGoogleSearch" usagerequirementsforyourchosenAPIprovider: [GeminiDeveloperAPI](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service Specific Terms). |
Whenusingthisfeature, youarerequiredtocomplywiththe "GroundingwithGoogleSearch" usagerequirementsforyourchosenAPIprovider: [GeminiDeveloperAPI](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or [Vertex AI Gemini API](https://cloud.google.com/terms/service-terms) (see Service Terms section within the Service Specific Terms).
33
+
Whenusingthisfeature, youarerequiredtocomplywiththe "GroundingwithGoogleSearch" usagerequirementsforyourchosenAPIprovider: [GeminiDeveloperAPI](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service Specific Terms).
Copy file name to clipboardExpand all lines: docs-devsite/ai.groundingmetadata.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Metadata returned when grounding is enabled.
14
14
15
15
Currently, only Grounding with Google Search is supported (see [GoogleSearchTool](./ai.googlesearchtool.md#googlesearchtool_interface)<!---->).
16
16
17
-
Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or [Vertex AI Gemini API](https://cloud.google.com/terms/service-terms) (see Service Terms section within the Service Specific Terms).
17
+
Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service Specific Terms).
Copy file name to clipboardExpand all lines: docs-devsite/ai.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,10 @@ The Firebase AI Web SDK.
96
96
|[GenerationConfig](./ai.generationconfig.md#generationconfig_interface)| Config options for content-related requests |
97
97
|[GenerativeContentBlob](./ai.generativecontentblob.md#generativecontentblob_interface)| Interface for sending an image. |
98
98
|[GoogleSearch](./ai.googlesearch.md#googlesearch_interface)| Specifies the Google Search configuration. |
99
-
|[GoogleSearchTool](./ai.googlesearchtool.md#googlesearchtool_interface)| A tool that allows a Gemini model to connect to Google Search to access and incorporate up-to-date information from the web into its responses.<!---->Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or [Vertex AI Gemini API](https://cloud.google.com/terms/service-terms) (see Service Terms section within the Service Specific Terms). |
99
+
|[GoogleSearchTool](./ai.googlesearchtool.md#googlesearchtool_interface)| A tool that allows a Gemini model to connect to Google Search to access and incorporate up-to-date information from the web into its responses.<!---->Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service Specific Terms). |
|[GroundingChunk](./ai.groundingchunk.md#groundingchunk_interface)| Represents a chunk of retrieved data that supports a claim in the model's response. This is part of the grounding information provided when grounding is enabled. |
102
-
|[GroundingMetadata](./ai.groundingmetadata.md#groundingmetadata_interface)| Metadata returned when grounding is enabled.<!---->Currently, only Grounding with Google Search is supported (see [GoogleSearchTool](./ai.googlesearchtool.md#googlesearchtool_interface)<!---->).<!---->Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or [Vertex AI Gemini API](https://cloud.google.com/terms/service-terms) (see Service Terms section within the Service Specific Terms). |
102
+
|[GroundingMetadata](./ai.groundingmetadata.md#groundingmetadata_interface)| Metadata returned when grounding is enabled.<!---->Currently, only Grounding with Google Search is supported (see [GoogleSearchTool](./ai.googlesearchtool.md#googlesearchtool_interface)<!---->).<!---->Important: If using Grounding with Google Search, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: [Gemini Developer API](https://ai.google.dev/gemini-api/terms#grounding-with-google-search) or Vertex AI Gemini API (see [Service Terms](https://cloud.google.com/terms/service-terms) section within the Service Specific Terms). |
103
103
|[GroundingSupport](./ai.groundingsupport.md#groundingsupport_interface)| Provides information about how a specific segment of the model's response is supported by the retrieved grounding chunks. |
104
104
|[ImagenGCSImage](./ai.imagengcsimage.md#imagengcsimage_interface)| An image generated by Imagen, stored in a Cloud Storage for Firebase bucket.<!---->This feature is not available yet. |
105
105
|[ImagenGenerationConfig](./ai.imagengenerationconfig.md#imagengenerationconfig_interface)| <b><i>(Public Preview)</i></b> Configuration options for generating images with Imagen.<!---->See the [documentation](http://firebase.google.com/docs/vertex-ai/generate-images-imagen) for more details. |
* Important: If using Grounding with Google Search, you are required to comply with the
204
204
* "Grounding with Google Search" usage requirements for your chosen API provider: {@link https://ai.google.dev/gemini-api/terms#grounding-with-google-search | Gemini Developer API}
205
-
* or {@link https://cloud.google.com/terms/service-terms | Vertex AI Gemini API}
206
-
* (see Service Terms section within the Service Specific Terms).
205
+
* or Vertex AI Gemini API (see {@link https://cloud.google.com/terms/service-terms | Service Terms}
Copy file name to clipboardExpand all lines: packages/ai/src/types/responses.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,8 @@ export interface Citation {
177
177
*
178
178
* Important: If using Grounding with Google Search, you are required to comply with the
179
179
* "Grounding with Google Search" usage requirements for your chosen API provider: {@link https://ai.google.dev/gemini-api/terms#grounding-with-google-search | Gemini Developer API}
180
-
* or {@link https://cloud.google.com/terms/service-terms | Vertex AI Gemini API}
181
-
* (see Service Terms section within the Service Specific Terms).
180
+
* or Vertex AI Gemini API (see {@link https://cloud.google.com/terms/service-terms | Service Terms}
0 commit comments