Interface GroundingAttribution (1.1.0)

Grounding attribution.

Package

@google-cloud/vertexai

Properties

confidenceScore

confidenceScore?: number;

Optional. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident.

retrievedContext

retrievedContext?: GroundingAttributionRetrievedContext;

Optional. Attribution from context retrieved by the retrieval tools.

segment

segment?: GroundingAttributionSegment;

Optional. Segment of the content this attribution belongs to.

web

web?: GroundingAttributionWeb;

Optional. Attribution from the web.