Interface GroundingMetadata (1.3.1)

A collection of grounding attributions for a piece of content.

Package

@google-cloud/vertexai

Properties

groundingAttributions

groundingAttributions?: GroundingAttribution[];

groundingChunks

groundingChunks?: GroundingChunk[];

Optional. Array of supporting references retrieved from specified grounding source. GroundingChunk.

groundingSupports

groundingSupports?: GroundingSupport[];

Optional. Array of grounding support. GroundingSupport.

retrievalQueries

retrievalQueries?: string[];

Optional. Queries executed by the retrieval tools.

searchEntryPoint

searchEntryPoint?: SearchEntryPoint;

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

webSearchQueries

webSearchQueries?: string[];

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