- 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.
35 lines
995 B
JSON
35 lines
995 B
JSON
{
|
|
"id": "2bd59342-0664-4ccb-ba87-79379096cc08",
|
|
"snapshot": "libreoffice_calc",
|
|
"instruction": "Make sparkline charts for each order id with the data from Jan to Mar in the \"Chart\" column.",
|
|
"source": "https://www.youtube.com/shorts/L3Z-F1QTQFY",
|
|
"config": [
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_calc/2bd59342-0664-4ccb-ba87-79379096cc08/OrderId_Month_Chart.xlsx",
|
|
"path": "/home/user/OrderId_Month_Chart.xlsx"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "open",
|
|
"parameters": {
|
|
"path": "/home/user/OrderId_Month_Chart.xlsx"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/2bd59342-0664-4ccb-ba87-79379096cc08",
|
|
"related_apps": [
|
|
"libreoffice_calc"
|
|
],
|
|
"evaluator": {
|
|
"func": "infeasible"
|
|
},
|
|
"proxy": false,
|
|
"fixed_ip": false,
|
|
"possibility_of_env_change": "low"
|
|
} |