GroundingChunk
public struct GroundingChunk : Sendable, Equatable, Hashableextension GroundingMetadata.GroundingChunk: DecodableRepresents a chunk of retrieved data that supports a claim in the model’s response. This is part of the grounding information provided when grounding is enabled.
-
Contains details if the grounding chunk is from a web source.
Declaration
Swift
public let web: WebGroundingChunk?