interface GoogleSearchCallDelta {
    arguments: GeminiNextGenAPIClient.Interactions.GoogleSearchCallArguments;
    id: string;
    signature?: string;
    type: "google_search_call";
}

Properties

The arguments to pass to Google Search.

id: string

A unique ID for this specific tool call.

signature?: string

A signature hash for backend validation.

type: "google_search_call"