mirrored 11 minutes ago
0
MillanKpatch: minor bug fixes for evaluator and task configurations, documentation update (#121) * fix: /cursor_position api return format fix * chore: update README.md to remove deprecated command * fix: add base score for evaluators and minor bug fixes * fix: add base score for setup configurations --------- Co-authored-by: Jiaqi Deng <jiaqideng@Jiaqis-MacBook-Pro.local>983283a
{
  "id": "ecc2413d-8a48-416e-a3a2-d30106ca36cb",
  "snapshot": "libreoffice_writer",
  "instruction": "Hey, can you throw in a blank page right after this one?",
  "source": "https://www.quora.com/How-can-I-insert-a-blank-page-on-libreoffice",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://drive.usercontent.google.com/download?id=1sDufDSC4foI379-Jikya9WK7FBUSqgrt&export=download&authuser=0&confirm=t&uuid=0abd82d6-2b2c-49bc-af5e-49bfe1c99278&at=APZUnTURIqTNJcIHBcMP2BxEaGXr:1704174850900",
            "path": "/home/user/Desktop/Sample_Statutory_Declaration.docx"
          }
        ]
      }
    },
    {
      "type": "open",
      "parameters": {
        "path": "/home/user/Desktop/Sample_Statutory_Declaration.docx"
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "libreoffice_writer"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "activate_window",
        "parameters": {
          "window_name": "Sample_Statutory_Declaration.docx - LibreOffice Writer",
          "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": "contains_page_break",
    "expected": {
      "type": "rule",
      "rules": {
        "page_break_count": 5
      }
    },
    "result": {
      "type": "vm_file",
      "path": "/home/user/Desktop/Sample_Statutory_Declaration.docx",
      "dest": "Sample_Statutory_Declaration.docx"
    }
  }
}