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

Hierarchy

  • GoogleMapsResultStep$
    • GoogleMapsResultStep

Properties

call_id: string

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

signature?: string

A signature hash for backend validation.

type: "google_maps_result"