React Native Firebase
    Preparing search index...

    Interface URLContextToolBeta

    A tool that allows you to provide additional context to the models in the form of public web URLs. By including URLs in your request, the Gemini model will access the content from those pages to inform and enhance its response.

    interface URLContextTool {
        urlContext: URLContext;
    }
    Index

    Properties

    Properties

    urlContext: URLContext

    Specifies the URL Context configuration.