FirebaseAILogic Framework Reference

GroundingChunk

public struct GroundingChunk : Sendable, Equatable, Hashable
extension GroundingMetadata.GroundingChunk: Decodable

Represents 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.

  • web

    Contains details if the grounding chunk is from a web source.

    Declaration

    Swift

    public let web: WebGroundingChunk?