Added examples of my AI research
This commit is contained in:
17
AI Examples/Answer the Phone/Take a Pizza Order/output.json
Normal file
17
AI Examples/Answer the Phone/Take a Pizza Order/output.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"timestamp": "2024-01-17 12:05",
|
||||
"customer_name": "John",
|
||||
"phone_number": "5551234",
|
||||
"address": "8 Kenilworth Place",
|
||||
"pizzas": [
|
||||
{
|
||||
"name": "Mexicana",
|
||||
"toppings": ["Extra Mozzarella", "Extra Mushrooms"]
|
||||
},
|
||||
{
|
||||
"name": "Veg Exotico",
|
||||
"toppings": ["Extra Mozzarella", "Extra Mushrooms"]
|
||||
}
|
||||
],
|
||||
"total_price": 225
|
||||
}
|
||||
Reference in New Issue
Block a user