Create temporal_awareness_events.json
Browse files
temporal_awareness_events.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"constraint": "deliver_before_5pm",
|
| 4 |
+
"action": "route_optimization",
|
| 5 |
+
"deadline_status": "on_time",
|
| 6 |
+
"timestamp": "2025-06-03"
|
| 7 |
+
}
|
| 8 |
+
]
|