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:
@@ -78,9 +78,11 @@
|
||||
{
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/Novels_Intro_Packet.docx",
|
||||
"dest": "Novels_Intro_Packet.docx"
|
||||
"dest": "Novels_Intro_Packet.docx"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -68,5 +68,7 @@
|
||||
"index": 0
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -81,5 +81,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -59,5 +59,7 @@
|
||||
"dest": "LibreOffice_Open_Source_Word_Processing.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -65,5 +65,7 @@
|
||||
"dest": "Dublin_Zoo_Intro.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -59,5 +59,7 @@
|
||||
"dest": "Constitution_Template_With_Guidelines.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -74,5 +74,7 @@
|
||||
"dest": "Table_Of_Work_Effort_Instructions.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "sample-recruitment-phone-script.odt"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -85,5 +85,7 @@
|
||||
"dest": "Viewing_Your_Class_Schedule_and_Textbooks_Gold.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -69,8 +69,13 @@
|
||||
"HK_train_record_Original.docx"
|
||||
],
|
||||
"multi": true,
|
||||
"gives": [0, 1]
|
||||
"gives": [
|
||||
0,
|
||||
1
|
||||
]
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "GEOG2169_Course_Outline_2022-23.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "Dolch_Sight_Words_Primer.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -104,5 +104,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -82,5 +82,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "Essay_Writing_English_for_uni.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "CCHU9045_Course_Outline_2019-20.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -29,5 +29,7 @@
|
||||
"evaluator": {
|
||||
"func": "infeasible"
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "presentation_instruction_2023_Feb.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "Y22-2119-assign4.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -64,5 +64,7 @@
|
||||
"dest": "Geography_And_Magical_Realism.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -65,5 +65,7 @@
|
||||
"dest": "Sample_Statutory_Declaration.docx"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
@@ -40,5 +40,7 @@
|
||||
"dest": "registrymodifications.xcu"
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
"proxy": false,
|
||||
"fixed_ip": false,
|
||||
"possibility_of_env_change": "low"
|
||||
}
|
||||
Reference in New Issue
Block a user