Update OS evals
This commit is contained in:
@@ -3,16 +3,31 @@
|
|||||||
"snapshot": "os",
|
"snapshot": "os",
|
||||||
"instruction": "Can you remove the first favorite app from 'favorites'?",
|
"instruction": "Can you remove the first favorite app from 'favorites'?",
|
||||||
"source": "https://www.youtube.com/watch?v=D4WyNjt_hbQ&t=2s",
|
"source": "https://www.youtube.com/watch?v=D4WyNjt_hbQ&t=2s",
|
||||||
"config": [],
|
"config": [
|
||||||
|
{
|
||||||
|
"type": "execute",
|
||||||
|
"parameters": {
|
||||||
|
"command": "gsettings set org.gnome.shell favorite-apps \"['thunderbird.desktop', 'firefox.desktop', 'libreoffice-writer.desktop']\""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"os"
|
"os"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "is_first_favorite_app_removed",
|
"func": "exact_match",
|
||||||
"result": {
|
"result": {
|
||||||
|
"type": "vm_command_line",
|
||||||
|
"config": {
|
||||||
|
"command": "gsettings get org.gnome.shell favorite-apps"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
|
"type": "rule",
|
||||||
|
"rules":{
|
||||||
|
"expected": "['firefox.desktop', 'libreoffice-writer.desktop']"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,16 +3,31 @@
|
|||||||
"snapshot": "os",
|
"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'?",
|
"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",
|
"source": "https://help.ubuntu.com/lts/ubuntu-help/shell-notifications.html.en",
|
||||||
"config": [],
|
"config": [
|
||||||
|
{
|
||||||
|
"type": "execute",
|
||||||
|
"parameters": {
|
||||||
|
"command": "gsettings set org.gnome.desktop.notifications show-banners true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"trajectory": "trajectories/",
|
"trajectory": "trajectories/",
|
||||||
"related_apps": [
|
"related_apps": [
|
||||||
"os"
|
"os"
|
||||||
],
|
],
|
||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "is_do_not_disturb_mode_enabled",
|
"func": "exact_match",
|
||||||
"result": {
|
"result": {
|
||||||
|
"type": "vm_command_line",
|
||||||
|
"config": {
|
||||||
|
"command": "gsettings get org.gnome.desktop.notifications show-banners"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
|
"type": "rule",
|
||||||
|
"rules":{
|
||||||
|
"expected": "false"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user