UrlContextMetadata

@Serializable
data class UrlContextMetadata(val urlMetadata: List<UrlMetadata>? = null)

Metadata returned when the model uses the url_context tool to get information from a user-provided URL.

Constructors

Link copied to clipboard
constructor(urlMetadata: List<UrlMetadata>? = null)

Properties

Link copied to clipboard

Output only. A list of URL metadata, with one entry for each URL retrieved by the tool.