"Send Garry the meeting link"
text_message(to: find_contact("Garry"), body: find_calendar_event())
demo video 2
"What's a good Los Tacos location convenient for my cousin and I? What train should I take?"
directions(to: "Los Tacos", from: get_location())
+
directions(to: "Los Tacos", from: get_contact("cousin"))
β
β¨ AI Analysis
β
show_ui_preview("formatted response")
demo video 5
"Uber to my meeting"
uber(to: get_calendar_event())
"What's the closest DHL? Call them."
google_search(directions(to: "DHL", from: get_location()) + "phone number")
β
phone_call(number)