mirrored 6 minutes ago
0
Timothyxxxfeat: 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 3474856
{
  "id": "0e763496-b6bb-4508-a427-fad0b6c3e195",
  "snapshot": "word",
  "instruction": "Change the font to \"Times New Roman\" throughout the text.",
  "source": "https://ask.libreoffice.org/t/how-do-i-change-the-font-for-the-whole-document-in-writer/9220",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/word/0e763496-b6bb-4508-a427-fad0b6c3e195/Dublin_Zoo_Intro.docx",
            "path": "C:\\Users\\User\\Dublin_Zoo_Intro.docx"
          }
        ]
      }
    },
    {
      "type": "open",
      "parameters": {
        "path": "C:\\Users\\User\\Dublin_Zoo_Intro.docx"
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "word"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "activate_window",
        "parameters": {
          "window_name": "Dublin_Zoo_Intro - 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(5);"
          ]
        }
      }
    ],
    "func": "compare_font_names",
    "expected": {
      "type": "rule",
      "rules": {
        "font_name": "Times New Roman"
      }
    },
    "result": {
      "type": "vm_file",
      "path": "C:\\Users\\User\\Dublin_Zoo_Intro.docx",
      "dest": "Dublin_Zoo_Intro.docx"
    }
  }
}