groundingChunkIndices

public abstract GroundingSupport.Builder groundingChunkIndices(List<Integer> groundingChunkIndices)
@CanIgnoreReturnValue()
public GroundingSupport.Builder groundingChunkIndices(Array<Integer> groundingChunkIndices)

Setter for groundingChunkIndices.

groundingChunkIndices: 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.