Google Search content.

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

Properties

Properties

The arguments to pass to Google Search.

id?: string

A unique ID for this specific tool call.

type: "google_search_call"

Used as the OpenAPI type discriminator for the content oneof.