GoogleMapsResultStep: {
    call_id: string;
    result: GoogleMapsResult[];
    signature?: string;
    type: "google_maps_result";
}

Google Maps result step.

Type declaration

  • call_id: string

    Required. ID to match the ID from the function call block.

  • result: GoogleMapsResult[]
  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "google_maps_result"