WebGroundingChunk
public struct WebGroundingChunk : Sendable, Equatable, Hashableextension GroundingMetadata.WebGroundingChunk: DecodableA grounding chunk sourced from the web.
-
The URI of the retrieved web page.
Declaration
Swift
public let uri: String? -
The title of the retrieved web page.
Declaration
Swift
public let title: String? -
The domain of the original URI from which the content was retrieved.
This field is only populated when using the Vertex AI Gemini API.
Declaration
Swift
public let domain: String?