Interface GroundingChunk

Grounding chunk.

interface GroundingChunk {
    maps?: GroundingChunkMaps;
    retrievedContext?: GroundingChunkRetrievedContext;
    web?: GroundingChunkWeb;
}

Properties

Grounding chunk from Google Maps. This field is not supported in Gemini API.

Grounding chunk from context retrieved by the retrieval tools. This field is not supported in Gemini API.

Grounding chunk from the web.