Interface UrlContextMetadata

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

interface UrlContextMetadata {
    urlMetadata?: UrlMetadata[];
}

Properties

Properties

urlMetadata?: UrlMetadata[]

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