- 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.
102 lines
2.8 KiB
JSON
102 lines
2.8 KiB
JSON
{
|
|
"id": "897e3b53-5d4d-444b-85cb-2cdc8a97d903",
|
|
"snapshot": "chrome",
|
|
"instruction": "I have a LibreOffice Writer file form.docx on the desktop. Help me convert it to PDF format and store the PDF in the forms/ folder in my Google Drive.",
|
|
"source": "https://marketplace.uipath.com/listings/convert-word-file-to-pdf-and-store-in-onedrive",
|
|
"config": [
|
|
{
|
|
"type": "googledrive",
|
|
"parameters": {
|
|
"settings_file": "evaluation_examples/settings/googledrive/settings.yml",
|
|
"operation": [
|
|
"delete"
|
|
],
|
|
"args": [
|
|
{
|
|
"query": "title = 'form.pdf' or title = 'form.docx' or title = 'form.docx.pdf' or title = 'forms'",
|
|
"trash": false
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"google-chrome",
|
|
"--remote-debugging-port=1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"socat",
|
|
"tcp-listen:9222,fork",
|
|
"tcp:localhost:1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "chrome_open_tabs",
|
|
"parameters": {
|
|
"urls_to_open": [
|
|
"https://www.zhihu.com/",
|
|
"https://www.coursera.org/",
|
|
"https://www.deepl.com",
|
|
"https://www.wikidata.org/wiki/Wikidata:Main_Page"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "login",
|
|
"parameters": {
|
|
"settings_file": "evaluation_examples/settings/google/settings.json",
|
|
"platform": "googledrive"
|
|
}
|
|
},
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/897e3b53-5d4d-444b-85cb-2cdc8a97d903/form.docx",
|
|
"path": "/home/user/Desktop/form.docx"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "open",
|
|
"parameters": {
|
|
"path": "/home/user/Desktop/form.docx"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"libreoffice_writer",
|
|
"chrome"
|
|
],
|
|
"evaluator": {
|
|
"func": "compare_pdfs",
|
|
"result": {
|
|
"type": "googledrive_file",
|
|
"settings_file": "evaluation_examples/settings/googledrive/settings.yml",
|
|
"query": [
|
|
"title = 'forms' and mimeType = 'application/vnd.google-apps.folder' and trashed = false",
|
|
"( title = 'form.pdf' or title = 'form.docx.pdf' ) and trashed = false"
|
|
],
|
|
"dest": "form.pdf"
|
|
},
|
|
"expected": {
|
|
"type": "cloud_file",
|
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/897e3b53-5d4d-444b-85cb-2cdc8a97d903/form_gold.pdf",
|
|
"dest": "form_gold.pdf"
|
|
}
|
|
},
|
|
"proxy": true,
|
|
"fixed_ip": true,
|
|
"possibility_of_env_change": "low"
|
|
} |