React Native Firebase
    Preparing search index...

    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.

    interface GroundingChunk {
        web?: WebGroundingChunk;
    }
    Index

    Properties

    Properties

    Contains details if the grounding chunk is from a web source.