ver Feb26thv2

updated two new chrome tasks
This commit is contained in:
David Chang
2024-02-26 23:19:17 +08:00
parent 2a1477996d
commit 1ed763591b
2 changed files with 7 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{ {
"id": "82bc8d6a-36eb-4d2d-8801-ef714fb1e55a", "id": "82bc8d6a-36eb-4d2d-8801-ef714fb1e55a",
"snapshot": "chrome", "snapshot": "chrome",
"instruction": "On April 21, look up a flight from Mumbai to Stockholm.", "instruction": "On next Monday, look up a flight from Mumbai to Stockholm.",
"source": "test_task_1", "source": "test_task_1",
"config": [ "config": [
{ {
@@ -61,10 +61,9 @@
"expected": { "expected": {
"fromStation": "BOM", "fromStation": "BOM",
"toStation": "STO", "toStation": "STO",
"time": "{Year}-{Month0D}-{DayD}" "time": "{Year}-{Month0D}-{Day0D}"
} }
} }
} }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"id": "da46d875-6b82-4681-9284-653b0c7ae241", "id": "da46d875-6b82-4681-9284-653b0c7ae241",
"snapshot": "chrome", "snapshot": "chrome",
"instruction": "Schedule an appointment to apply for transportation access pass in the Charlie Card store on the first Monday four months later, 10:15 am, fill in my details (James Smith, james.smith@gmail.com), and book.", "instruction": "Schedule an appointment to apply for transportation access pass in the Charlie Card store on the first Monday four months later, 10:15 am, fill in my details (James Smith, james.smith@gmail.com). And don not click \"book\" directly. Let me review it.",
"source": "test_task_2", "source": "test_task_2",
"config": [ "config": [
{ {
@@ -58,7 +58,7 @@
"1": "content", "1": "content",
"2": "time" "2": "time"
} }
} }
}, },
{ {
"type": "active_tab_html_parse", "type": "active_tab_html_parse",
@@ -74,7 +74,7 @@
"type": "rule", "type": "rule",
"rules":{ "rules":{
"expected": ["CharlieCardStoreAppointments@mbta.com\/bookings\/"] "expected": ["CharlieCardStoreAppointments@mbta.com\/bookings\/"]
} }
}, },
{ {
"type": "rule_relativeTime", "type": "rule_relativeTime",
@@ -99,5 +99,4 @@
} }
] ]
} }
} }