Interface GroundingMetadata (1.1.0)

A collection of grounding attributions for a piece of content.

Package

@google-cloud/vertexai

Properties

groundingAttributions

groundingAttributions?: GroundingAttribution[];

Optional. Array of GroundingAttribution.

retrievalQueries

retrievalQueries?: string[];

Optional. Queries executed by the retrieval tools.

webSearchQueries

webSearchQueries?: string[];

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