mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Rename get_order_status to get_order, add ecommerce list orders goal
This commit is contained in:
@@ -1,15 +1,81 @@
|
||||
{
|
||||
"orders": [
|
||||
{
|
||||
"id": "123",
|
||||
"id": "100",
|
||||
"summary": "Lawyer Books",
|
||||
"email": "matt.murdock@nelsonmurdock.com",
|
||||
"status": "paid"
|
||||
"status": "cancelled",
|
||||
"order_date": "2025-03-30",
|
||||
"last_update": "2025-04-01"
|
||||
},
|
||||
{
|
||||
"id": "456",
|
||||
"id": "101",
|
||||
"summary": "Bonking Sticks",
|
||||
"email": "matt.murdock@nelsonmurdock.com",
|
||||
"status": "paid",
|
||||
"order_date": "2025-04-01",
|
||||
"last_order_update": "2025-04-01"
|
||||
},
|
||||
{
|
||||
"id": "102",
|
||||
"summary": "Red Sunglasses",
|
||||
"email": "matt.murdock@nelsonmurdock.com",
|
||||
"status": "shipped",
|
||||
"order_date": "2025-04-01",
|
||||
"last_order_update": "2025-04-01",
|
||||
"tracking_id": "1Z111111"
|
||||
},
|
||||
{
|
||||
"id": "200",
|
||||
"summary": "Paper",
|
||||
"email": "foggy.nelson@nelsonmurdock.com",
|
||||
"status": "shipped",
|
||||
"tracking_id": "9434609206094724509058"
|
||||
}
|
||||
"order_date": "2025-04-03",
|
||||
"last_update": "2025-04-06",
|
||||
"tracking_id": "991111"
|
||||
},
|
||||
{
|
||||
"id": "300",
|
||||
"summary": "Chemistry Books",
|
||||
"email": "heisenberg@blue-meth.com",
|
||||
"status": "shipped",
|
||||
"order_date": "2025-03-30",
|
||||
"last_update": "2025-04-06",
|
||||
"tracking_id": "991111"
|
||||
},
|
||||
{
|
||||
"id": "301",
|
||||
"summary": "Book: Being a Cool Bro",
|
||||
"email": "heisenberg@blue-meth.com",
|
||||
"status": "cancelled",
|
||||
"order_date": "2025-04-01",
|
||||
"last_update": "2025-04-02"
|
||||
},
|
||||
{
|
||||
"id": "302",
|
||||
"summary": "Black Hat",
|
||||
"email": "heisenberg@blue-meth.com",
|
||||
"status": "delivered",
|
||||
"order_date": "2025-04-01",
|
||||
"last_update": "2025-04-06",
|
||||
"tracking_id": "1Z11111"
|
||||
},
|
||||
{
|
||||
"id": "400",
|
||||
"summary": "Giant Graphic Hoodie",
|
||||
"email": "jessenotpinkman@blue-meth.com",
|
||||
"status": "shipped",
|
||||
"order_date": "2025-04-03",
|
||||
"last_update": "2025-04-09",
|
||||
"tracking_id": "1Z111111"
|
||||
},
|
||||
{
|
||||
"id": "401",
|
||||
"summary": "Giant Pants",
|
||||
"email": "jessenotpinkman@blue-meth.com",
|
||||
"status": "processing",
|
||||
"order_date": "2025-04-03",
|
||||
"last_update": "2025-04-09"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user