Interface GroundingMetadata (0.4.0)

A collection of grounding attributions for a piece of content. {string[]} - [webSearchQueries]. Web search queries for the following-up web search. {GroundingAttribution[]} - [groundingAttributions]. Array of GroundingAttribution

Package

@google-cloud/vertexai

Properties

groundingAttributions

groundingAttributions?: GroundingAttribution[];

webSearchQueries

webSearchQueries?: string[];