groundingChunkIndices property

List<int> groundingChunkIndices
final

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

Implementation

final List<int> groundingChunkIndices;