Interface GroundingMetadata

Metadata returned to client when grounding is enabled.

interface GroundingMetadata {
    groundingChunks?: GroundingChunk[];
    groundingSupports?: GroundingSupport[];
    retrievalMetadata?: RetrievalMetadata;
    retrievalQueries?: string[];
    searchEntryPoint?: SearchEntryPoint;
    webSearchQueries?: string[];
}

Properties

groundingChunks?: GroundingChunk[]

List of supporting references retrieved from specified grounding source.

groundingSupports?: GroundingSupport[]

Optional. List of grounding support.

retrievalMetadata?: RetrievalMetadata

Optional. Output only. Retrieval metadata.

retrievalQueries?: string[]

Optional. Queries executed by the retrieval tools.

searchEntryPoint?: SearchEntryPoint

Optional. Google search entry for the following-up web searches.

webSearchQueries?: string[]

Optional. Web search queries for the following-up web search.

MMNEPVFCICPMFPCPTTAAATR