URL context content.

interface URLContextCallContent {
    arguments?: GeminiNextGenAPIClient.Interactions.URLContextCallArguments;
    id?: string;
    type: "url_context_call";
}

Properties

Properties

The arguments to pass to the URL context.

id?: string

A unique ID for this specific tool call.

type: "url_context_call"

Used as the OpenAPI type discriminator for the content oneof.