groundingChunkIndices property

List<int>? groundingChunkIndices
getter/setter pair

A list of indices (into 'grounding_chunk') specifying the citations associated with the claim.

For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim.

Implementation

core.List<core.int>? groundingChunkIndices;