Interface GroundingChunkRetrievedContext

Chunk from context retrieved by the retrieval tools.

interface GroundingChunkRetrievedContext {
    text?: string;
    title?: string;
    uri?: string;
}

Properties

Properties

text?: string

Text of the attribution.

title?: string

Title of the attribution.

uri?: string

URI reference of the attribution.

MMNEPVFCICPMFPCPTTAAATR