Background
AutoDelivery
Uber Eats

Active

AutoDelivery

Food delivery platform with restaurant search, cart, and order placement.

12

Use Cases

8.5/10

Avg Difficulty

Use Cases

1

SEARCH DELIVERY RESTAURANT

Example Prompts:

"Search for restaurants where the query is equal to 'Lamb Kebab'."
"Search for restaurants that do NOT contain 'Chicken Burrito' in the query."
2

VIEW DELIVERY RESTAURANT

Example Prompts:

"View the details of a restaurant where the name is NOT 'Kebab Express' and the cuisine does NOT CONTAIN 'Vegan'"
"View the details for the restaurant where the name equals 'Pho Express', the rating equals 4.5, the cuisine does NOT contain 'Breakfast', and the description is NOT equal to 'Hearty Japanese ramen and small plates'."
3

DELETE REVIEW

Example Prompts:

"Delete the review for the restaurant where the name does NOT contain 'Bagel Bros', the description contains 'Middle Eastern wraps, bowls', and the cuisine contains 'Middle Easte' and the author does NOT contain 'Omar S.'"
"Delete the review for the restaurant with name NOT EQUAL 'Pho 88' and cuisine NOT CONTAINS 'Breakfast'."
4

BACK TO ALL RESTAURANTS

Example Prompts:

"Return to all restaurants where the name does NOT CONTAIN 'Deli Central', the description is NOT equal to 'Desserts, cakes, and pastries baked daily', the rating is LESS THAN 4.64, and the cuisine is NOT equal to 'Barbecue'."
"Return to all restaurants where the cuisine equals 'Steakhouse' and the name not_contains 'Poke Bowl Co.'"
5

ADD TO CART MODAL OPEN

Example Prompts:

"Open the add-to-cart modal where item contains 'Poke' and restaurant equals 'Poke Bowl Co.'"
"Open the add-to-cart modal for an item that contains 'ic Mas' and where the restaurant does not contain 'Tandoori Nights'."
6

ITEM INCREMENTED

Example Prompts:

"Increase the quantity of menu items to a number that is NOT equal to '4' at a restaurant that equals 'Sushi World' where the price is less than '10.736085739750138'."
"Increase the quantity of 'Spicy Chicken Sandwich' to 8 at a restaurant that equals 'Burger Joint'."
7

ADD TO CART MENU ITEM

Example Prompts:

"Add when size equals 'medium' and preferences contains 'et' and quantity greater_equal '9' and item not_contains 'Pepperoni Pizza' and restaurant equals 'Burger Joint' to my cart."
"Add an item to my cart where preferences contains 'on' and quantity is less than 7 and price is greater than or equal to '12.99' and restaurant is NOT 'Steakhouse Prime'."
8

OPEN CHECKOUT PAGE

Example Prompts:

"Go to the checkout page where size does NOT CONTAIN 'small' and preferences are NOT in the list ['mild', 'paleo'] and quantity is less than or equal to '7' and item contains 'e' and restaurant is NOT equal to 'Ramen House'."
"Go to the checkout page where preferences not contains 'mild' and size not contains 'large' and quantity greater equal '9' and item equals 'Coq au Vin' and restaurant contains 'Be'."
9

DROPOFF PREFERENCE

Example Prompts:

"Set dropoff preference where quantity less_than 3 and price less_than 10.197808636933232 and item contains 'hicken B' and restaurant not_contains 'Greek Taverna' and delivery_preference equals 'Hand it to me'."
"Set dropoff preference where quantity not_equals 2 and item equals 'Carne Asada Taco' and restaurant not_equals 'Pho Express' and delivery_preference not_equals 'Meet in the lobby'."
10

ADDRESS ADDED

Example Prompts:

"Add an address that is NOT '707 Willow Place, Sunnyvale', with a size that does NOT contain 'large', preferences that CONTAINS 'ow-f', quantity GREATER THAN 3, price LESS THAN OR EQUAL TO 5.5, item that equals 'Garlic Mashed Potatoes', and restaurant that equals 'Steakhouse Prime'."
"Add an address that equals '606 Aspen Way, Greenfield' with a size that equals 'small', a quantity that is greater than or equal to 5, a price that is greater than '11.036491675272822', and a restaurant that is NOT 'Greek Taverna'."
11

EMPTY CART

Example Prompts:

"Clear my shopping cart of items with quantity less than or equal to 6 and price less than '7.204367849102811', ensuring that no item contains 'General Tso's Chicken' and that the restaurant does not equal 'Burger Joint'."
"Empty my cart by ensuring the quantity is NOT equal to '4', the item is NOT equal to 'Chocolate Lava Cake', and the restaurant is NOT equal to 'Tandoori Nights'."
12

PLACE ORDER

Example Prompts:

"Place an order where phone is NOT equal to '+1-555-345-6789' and mode equals 'delivery' and size equals 'medium' and preferences contains 'lo' and quantity less than or equal to '4' and price less than or equal to '11.5' and restaurant is NOT equal to 'Kebab Express'."
"Place an order where mode does NOT contain 'pickup' and username does NOT contain 'Fiona Garcia' and phone equals '+1-555-567-8901' and size equals 'medium' and preferences do NOT contain 'seafood-free' and quantity is less than '9' and price is less than '10.995031990266556' and item does NOT equal 'Penne Arrabbiata' and restaurant does NOT equal 'Pasta Fresca'."