interface GeminiGroundingChunk {
    retrievedContext: GeminiGroundingChunkRetrievedContext;
    web: GeminiGroundingChunkWeb;
}

Properties