Files
sci-gui-agent-benchmark/evaluation_examples/examples_windows/word/0810415c-bde4-4443-9047-d5f70165a697.json
Timothyxxx 34748567a5 feat: Migrate OSWorld files to HuggingFace cache with comprehensive documentation
- Add detailed README for file cache repository
- Implement migration script with retry logic and browser simulation
- Support automatic file type detection and deduplication
- Ensure reliable hosting for OSWorld evaluation files
2025-05-28 04:29:37 +08:00

67 lines
1.8 KiB
JSON

{
"id": "0810415c-bde4-4443-9047-d5f70165a697",
"snapshot": "word",
"instruction": "Make the line spacing of first two paragraph into double line spacing",
"source": "https://www.youtube.com/watch?v=Q_AaL6ljudU",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/word/0810415c-bde4-4443-9047-d5f70165a697/Novels_Intro_Packet.docx",
"path": "C:\\Users\\User\\Novels_Intro_Packet.docx"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "C:\\Users\\User\\Novels_Intro_Packet.docx"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"word"
],
"evaluator": {
"postconfig": [
{
"type": "activate_window",
"parameters": {
"window_name": "Novels_Intro_Packet - Word",
"strict": true
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
},
{
"type": "execute",
"parameters": {
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.hotkey(\"ctrl\", \"s\"); time.sleep(0.5);"
]
}
}
],
"func": "compare_line_spacing",
"expected": {
"type": "cloud_file",
"path": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/word/0810415c-bde4-4443-9047-d5f70165a697/Novels_Intro_Packet_Gold.docx",
"dest": "Novels_Intro_Packet_Gold.docx"
},
"result": {
"type": "vm_file",
"path": "C:\\Users\\User\\Novels_Intro_Packet.docx",
"dest": "Novels_Intro_Packet.docx"
}
}
}