GoogleMapsCallDelta: {
    arguments?: GoogleMapsCallArguments;
    signature?: string;
    type: "google_maps_call";
}

Type declaration

  • Optionalarguments?: GoogleMapsCallArguments

    The arguments to pass to the Google Maps tool.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "google_maps_call"