URLContextMetadata
public struct URLContextMetadata : Sendable, Hashableextension URLContextMetadata: DecodableMetadata related to the urlContext() tool.
-
List of URL metadata used to provide context to the Gemini model.
Declaration
Swift
public let urlMetadata: [URLMetadata]
-
Declaration
Swift
public init(from decoder: any Decoder) throws