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

Properties

The arguments to pass to the URL context.

signature?: string

A signature hash for backend validation.

type: "url_context_call"