mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Initial add of ecommercie - order status goal and tools
This commit is contained in:
15
tools/data/customer_order_data.json
Normal file
15
tools/data/customer_order_data.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"orders": [
|
||||
{
|
||||
"id": "123",
|
||||
"email": "matt.murdock@nelsonmurdock.com",
|
||||
"status": "paid"
|
||||
},
|
||||
{
|
||||
"id": "456",
|
||||
"email": "foggy.nelson@nelsonmurdock.com",
|
||||
"status": "shipped",
|
||||
"tracking_id": "9434609206094724509058"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user