Files
sci-gui-agent-benchmark/evaluation_examples/examples/gimp/06ca5602-62ca-47f6-ad4f-da151cde54cc.json
yuanmengqi e433f35c1f feat: standardize configuration fields across all evaluation examples
- Add `fixed_ip` field to all 369 JSON files in examples directory
  - Set to `true` for 8 files listed in google_chrome.json multi_apps
  - Set to `false` for remaining 361 files
- Add `possibility_of_env_change` field to 363 JSON files missing this field
  - Set to "low" for newly added fields
  - Preserve existing values (4 medium, 2 high) for 6 files that already had this field

This ensures consistent configuration schema across all evaluation examples
while maintaining backward compatibility with existing settings.
2025-07-16 13:45:34 +00:00

98 lines
2.2 KiB
JSON

{
"id": "06ca5602-62ca-47f6-ad4f-da151cde54cc",
"snapshot": "gimp",
"instruction": "Could you help me set the image to Palette-Based?",
"source": "https://stackoverflow.com/questions/74664666/how-to-export-palette-based-png-in-gimp",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/06ca5602-62ca-47f6-ad4f-da151cde54cc/computer.png",
"path": "/home/user/Desktop/computer.png"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"gimp",
"/home/user/Desktop/computer.png"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.hotkey([\"shift\", \"ctrl\", \"e\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
},
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.write(\"palette_computer\");pyautogui.press([\"enter\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 2
}
},
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import pyautogui; pyautogui.press([\"enter\"]);"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"func": "check_palette_and_structure_sim",
"expected": {
"type": "vm_file",
"path": "/home/user/Desktop/computer.png",
"dest": "computer.png"
},
"result": {
"type": "vm_file",
"path": "/home/user/Desktop/palette_computer.png",
"dest": "palette_computer.png"
}
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}