URL context content.

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

Properties

The arguments to pass to the URL context.

id: string

A unique ID for this specific tool call.

signature?: string

A signature hash for backend validation.

type: "url_context_call"