diff --git a/src/browsergym/workarena/data_files/task_configs/create_interaction.json b/src/browsergym/workarena/data_files/task_configs/create_interaction.json index fb576ca..f3084f2 100644 --- a/src/browsergym/workarena/data_files/task_configs/create_interaction.json +++ b/src/browsergym/workarena/data_files/task_configs/create_interaction.json @@ -16,5 +16,17 @@ "hardware_issue": "The keyboard's vowel keys are stuck", "assigned_to": "Lacy Belmont", "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" + }, + { + "hardware": "mouse", + "hardware_issue": "The mouse is not responding", + "assigned_to": "Latoya Bryan", + "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" + }, + { + "hardware": "monitor", + "hardware_issue": "The monitor screen is cracked", + "assigned_to": "Lana Keels", + "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" } ] \ No newline at end of file