Skip to content

Commit feef1f3

Browse files
committed
add samples
1 parent 1071f6d commit feef1f3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/browsergym/workarena/data_files/task_configs/get_case_status.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
"goal": "Get the status of Gilly Parker's case regarding washer not starting"
1313
},
1414
{
15-
"consumer_name": "Heath Vazquez",
16-
"issue": "a failed software update",
17-
"state": "New",
18-
"goal": "Get the status of Heath Vazquez's case regarding a failed software update"
15+
"consumer_name": "Linda Cox",
16+
"issue": "wireless router not working",
17+
"state": "Awaiting Info",
18+
"goal": "Get the status of Linda Cox's case regarding wireless router not working"
19+
},
20+
{
21+
"consumer_name": "Amy Chen",
22+
"issue": "dashboard missing custom reports",
23+
"state": "Resolved",
24+
"goal": "Get the status of Amy Chen's case regarding dashboard missing custom reports"
1925
}
2026
]

0 commit comments

Comments
 (0)