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

Properties

The arguments to pass to Google Search.

signature?: string

A signature hash for backend validation.

type: "google_search_call"