interface GoogleMapsCall {
    arguments?: GeminiNextGenAPIClient.Interactions.GoogleMapsCallArguments;
    signature?: string;
    type: "google_maps_call";
}

Properties

The arguments to pass to the Google Maps tool.

signature?: string

A signature hash for backend validation.

type: "google_maps_call"