groundingChunkIndices property
A list of indices into the grounding_chunks field of the
GroundingMetadata message.
These indices specify which grounding chunks support the claim made in the
content segment. For example, if this field has the values [1, 3], it
means that grounding_chunks[1] and grounding_chunks[3] are the sources
for the claim in the content segment.
Implementation
core.List<core.int>? groundingChunkIndices;