GroundingSupportGroundingChunkIndices Property

A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance, means that grounding_chunk, grounding_chunk, grounding_chunk are the retrieved content attributed to the claim.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public List<int>? GroundingChunkIndices { get; set; }

Property Value

ListInt32

See Also