feat: Add proxy configuration to all 369 evaluation examples - 55 with proxy, 314 without

This commit is contained in:
Timothyxxx
2025-06-05 18:46:53 +08:00
parent 3b1540ed23
commit fb7bafb885
371 changed files with 2901 additions and 2028 deletions

View File

@@ -31,5 +31,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -91,5 +91,6 @@
"path": "/home/user/Desktop/palette_computer.png",
"dest": "palette_computer.png"
}
}
},
"proxy": false
}

View File

@@ -95,5 +95,6 @@
"path": "/home/user/Desktop/dog_without_background.png",
"dest": "dog_without_background.png"
}
}
},
"proxy": false
}

View File

@@ -38,5 +38,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -22,5 +22,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -91,5 +91,6 @@
"path": "/home/user/Desktop/edited_colorful.png",
"dest": "edited_colorful.png"
}
}
},
"proxy": false
}

View File

@@ -31,5 +31,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -3,13 +3,13 @@
"snapshot": "gimp",
"instruction": "Could you help me download the logo of the University of Hong Kong in \".png\" format within GIMP?",
"source": "",
"config": [
],
"config": [],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible"
}
}
},
"proxy": false
}

View File

@@ -22,5 +22,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -91,5 +91,6 @@
"path": "/home/user/Desktop/berry_mirror.png",
"dest": "berry_mirror.png"
}
}
},
"proxy": false
}

View File

@@ -95,5 +95,6 @@
"path": "/home/user/Desktop/green_background_with_object.png",
"dest": "green_background_with_object.png"
}
}
},
"proxy": false
}

View File

@@ -50,5 +50,6 @@
"file_name": "gimprc",
"dest": "gimprc"
}
}
},
"proxy": false
}

View File

@@ -41,5 +41,6 @@
"path": "/home/user/Desktop/export.jpg",
"dest": "export.jpg"
}
}
},
"proxy": false
}

View File

@@ -91,5 +91,6 @@
"path": "/home/user/Desktop/edited_darker.png",
"dest": "edited_darker.png"
}
}
},
"proxy": false
}

View File

@@ -1,54 +1,55 @@
{
"id": "7b7617bd-57cc-468e-9c91-40c4ec2bcb3d",
"snapshot": "gimp",
"instruction": "Set the minimum number of undo steps to 100.",
"source": "https://www.youtube.com/watch?v=G_PjQAy0iiU",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"gimp"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.hotkey([\"ctrl\", \"q\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "check_config_status",
"expected": {
"type": "rule",
"rules": {
"type:": "key-value",
"key": "undo-levels",
"value": "100"
}
},
"result": {
"type": "gimp_config_file",
"file_name": "gimprc",
"dest": "gimprc"
}
"id": "7b7617bd-57cc-468e-9c91-40c4ec2bcb3d",
"snapshot": "gimp",
"instruction": "Set the minimum number of undo steps to 100.",
"source": "https://www.youtube.com/watch?v=G_PjQAy0iiU",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"gimp"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.hotkey([\"ctrl\", \"q\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "check_config_status",
"expected": {
"type": "rule",
"rules": {
"type:": "key-value",
"key": "undo-levels",
"value": "100"
}
},
"result": {
"type": "gimp_config_file",
"file_name": "gimprc",
"dest": "gimprc"
}
},
"proxy": false
}

View File

@@ -31,5 +31,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -65,5 +65,6 @@
"file_name": "action-history",
"dest": "action-history"
}
}
},
"proxy": false
}

View File

@@ -62,5 +62,6 @@
"file_name": "gimprc",
"dest": "gimprc"
}
}
},
"proxy": false
}

View File

@@ -113,5 +113,6 @@
"dest": "resized.png"
}
]
}
},
"proxy": false
}

View File

@@ -1,54 +1,55 @@
{
"id": "d52d6308-ec58-42b7-a2c9-de80e4837b2b",
"snapshot": "gimp",
"instruction": "Could you help me remove the dock on the left side of the screen?",
"source": "https://superuser.com/questions/1447106/how-to-get-rid-of-the-gimp-tool-options-box",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"gimp"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.hotkey([\"ctrl\", \"q\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "check_config_status",
"expected": {
"type": "rule",
"rules": {
"type:": "key-value",
"key": "hide-docks",
"value": "yes"
}
},
"result": {
"type": "gimp_config_file",
"file_name": "sessionrc",
"dest": "sessionrc"
}
"id": "d52d6308-ec58-42b7-a2c9-de80e4837b2b",
"snapshot": "gimp",
"instruction": "Could you help me remove the dock on the left side of the screen?",
"source": "https://superuser.com/questions/1447106/how-to-get-rid-of-the-gimp-tool-options-box",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"gimp"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.hotkey([\"ctrl\", \"q\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "check_config_status",
"expected": {
"type": "rule",
"rules": {
"type:": "key-value",
"key": "hide-docks",
"value": "yes"
}
},
"result": {
"type": "gimp_config_file",
"file_name": "sessionrc",
"dest": "sessionrc"
}
},
"proxy": false
}

View File

@@ -31,5 +31,6 @@
],
"evaluator": {
"func": "infeasible"
}
},
"proxy": false
}

View File

@@ -3,13 +3,13 @@
"snapshot": "gimp",
"instruction": "Could you tone down the brightness of my photo at desktop?",
"source": "https://www.quora.com/How-do-I-edit-a-photo-in-GIMP",
"config": [
],
"config": [],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible"
}
}
},
"proxy": false
}

View File

@@ -86,5 +86,6 @@
"path": "/home/user/Desktop/leftside_textbox.png",
"dest": "leftside_textbox.png"
}
}
},
"proxy": false
}

View File

@@ -90,5 +90,6 @@
"path": "/home/user/Desktop/Triangle_In_The_Middle.png",
"dest": "Triangle_In_The_Middle.png"
}
}
},
"proxy": false
}

View File

@@ -91,5 +91,6 @@
"path": "/home/user/Desktop/berries_contrast.png",
"dest": "berries_contrast.png"
}
}
},
"proxy": false
}

View File

@@ -3,13 +3,13 @@
"snapshot": "gimp",
"instruction": "Blue is my favorite color, so could you help me change the color theme of GIMP to \"Blue\"?",
"source": "",
"config": [
],
"config": [],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible"
}
}
},
"proxy": false
}