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

Google Maps call step.

Type declaration

  • Optionalarguments?: GoogleMapsCallArguments

    The arguments to pass to the Google Maps tool.

  • id: string

    Required. A unique ID for this specific tool call.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "google_maps_call"