Skip to content

Commit 18bfbfe

Browse files
authored
Merge pull request #133 from ServiceNow/emily/add-samples-to-create-interaction-goal
add samples to create_interaction goal
2 parents faf6732 + d9c4818 commit 18bfbfe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,17 @@
1616
"hardware_issue": "The keyboard's vowel keys are stuck",
1717
"assigned_to": "Lacy Belmont",
1818
"goal": "A customer called in about his keyboard. The keyboard's vowel keys are stuck. Create an interaction based on the phone call and assign it to Lacy Belmont"
19+
},
20+
{
21+
"hardware": "mouse",
22+
"hardware_issue": "The mouse is not responding",
23+
"assigned_to": "Latoya Bryan",
24+
"goal": "A customer called in about his mouse. The mouse is not responding. Create an interaction based on the phone call and assign it to Latoya Bryan"
25+
},
26+
{
27+
"hardware": "monitor",
28+
"hardware_issue": "The monitor screen is cracked",
29+
"assigned_to": "Lana Keels",
30+
"goal": "A customer called in about his monitor. The monitor screen is cracked. Create an interaction based on the phone call and assign it to Lana Keels"
1931
}
2032
]

0 commit comments

Comments
 (0)