Files
sci-gui-agent-benchmark/evaluation_examples/examples/os/f9be0997-4b7c-45c5-b05c-4612b44a6118.json
2024-01-25 10:55:49 +08:00

33 lines
928 B
JSON

{
"id": "f9be0997-4b7c-45c5-b05c-4612b44a6118",
"snapshot": "os",
"instruction": "I am currently working on a ubuntu system but I do not want the notifications to bother me. Can you help me to switch to 'Do not disturb mode'?",
"source": "https://help.ubuntu.com/lts/ubuntu-help/shell-notifications.html.en",
"config": [
{
"type": "execute",
"parameters": {
"command": "gsettings set org.gnome.desktop.notifications show-banners true"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"os"
],
"evaluator": {
"func": "exact_match",
"result": {
"type": "vm_command_line",
"config": {
"command": "gsettings get org.gnome.desktop.notifications show-banners"
}
},
"expected": {
"type": "rule",
"rules":{
"expected": "false"
}
}
}
}