GroundingSupport

@Serializable
data class GroundingSupport(val segment: Segment? = null, val groundingChunkIndices: List<Int> = emptyList())

Grounding support.

Constructors

Link copied to clipboard
constructor(segment: Segment? = null, groundingChunkIndices: List<Int> = emptyList())

Properties

Link copied to clipboard
val groundingChunkIndices: List<Int>

Optional. A list of indices (into 'grounding_chunk') specifying the grounding sources that support the Claim.

Link copied to clipboard

Optional. Segment of the content.