interface GoogleMapsCallStep {
    arguments?: GoogleMapsCallArguments;
    id: string;
    signature?: string;
    type: "google_maps_call";
}

Hierarchy

  • GoogleMapsCallStep$
    • GoogleMapsCallStep

Properties

The arguments to pass to the Google Maps tool.

id: string

Required. A unique ID for this specific tool call.

signature?: string

A signature hash for backend validation.

type: "google_maps_call"