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.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"evaluator": {
|
||||
"func": [
|
||||
"compare_pdfs",
|
||||
"compare_pdfs",
|
||||
"compare_pdfs",
|
||||
"compare_pdfs",
|
||||
"compare_pdfs"
|
||||
],
|
||||
@@ -41,30 +41,30 @@
|
||||
"dest": "Constitution_Template_With_Guidelines_Gold_1.pdf"
|
||||
},
|
||||
{
|
||||
"type": "cloud_file",
|
||||
"type": "cloud_file",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_writer/4bcb1253-a636-4df4-8cb0-a35c04dfef31/View_Person_Organizational_Summary.pdf",
|
||||
"dest": "Constitution_Template_With_Guidelines_Gold_2.pdf"
|
||||
},
|
||||
{
|
||||
"type": "cloud_file",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_writer/4bcb1253-a636-4df4-8cb0-a35c04dfef31/View_Person_Organizational_Summary.pdf",
|
||||
"type": "cloud_file",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_writer/4bcb1253-a636-4df4-8cb0-a35c04dfef31/View_Person_Organizational_Summary.pdf",
|
||||
"dest": "Constitution_Template_With_Guidelines_Gold_3.pdf"
|
||||
},
|
||||
},
|
||||
{
|
||||
"type": "cloud_file",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/libreoffice_writer/4bcb1253-a636-4df4-8cb0-a35c04dfef31/View_Person_Organizational_Summary.pdf",
|
||||
"dest": "Constitution_Template_With_Guidelines_Gold_4.pdf"
|
||||
"dest": "Constitution_Template_With_Guidelines_Gold_4.pdf"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/View_Person_Organizational_Summary.pdf",
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/View_Person_Organizational_Summary.pdf",
|
||||
"dest": "Constitution_Template_With_Guidelines_1.pdf"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Documents/View_Person_Organizational_Summary.pdf",
|
||||
"path": "/home/user/Documents/View_Person_Organizational_Summary.pdf",
|
||||
"dest": "Constitution_Template_With_Guidelines_2.pdf"
|
||||
},
|
||||
{
|
||||
@@ -73,11 +73,13 @@
|
||||
"dest": "Constitution_Template_With_Guidelines_3.pdf"
|
||||
},
|
||||
{
|
||||
"type": "vm_file",
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/View_Person_Organizational_Summary.pdf",
|
||||
"dest": "Constitution_Template_With_Guidelines_4.pdf"
|
||||
}
|
||||
]
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
Reference in New Issue
Block a user