Interface GroundingChunkWeb

Chunk from the web.

interface GroundingChunkWeb {
    domain?: string;
    title?: string;
    uri?: string;
}

Properties

Properties

domain?: string

Domain of the (original) URI.

title?: string

Title of the chunk.

uri?: string

URI reference of the chunk.