React Native Firebase
    Preparing search index...

    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 or Vertex AI Gemini API (see Service Terms section within the Service Specific Terms).

    interface GoogleSearchTool {
        googleSearch: GoogleSearch;
    }
    Index

    Properties

    Properties

    googleSearch: GoogleSearch

    Specifies the Google Search configuration. Currently, this is an empty object, but it's reserved for future configuration options. Specifies the Google Search configuration.

    When using this feature, you are required to comply with the "Grounding with Google Search" usage requirements for your chosen API provider: Gemini Developer API or Vertex AI Gemini API (see Service Terms section within the Service Specific Terms).