Files
sci-gui-agent-benchmark/evaluation_examples/examples/os/5ced85fc-fa1a-4217-95fd-0fb530545ce2.json

66 lines
1.5 KiB
JSON

{
"id": "5ced85fc-fa1a-4217-95fd-0fb530545ce2",
"snapshot": "os",
"instruction": "Append \"<br/>\" to the end of each line in \"1\\n2\\n3\" and save in output.txt",
"source": "NL2Bash",
"config": [
{
"type": "execute",
"parameters": {
"command": [
"python",
"-c",
"import pyautogui; import time; time.sleep(0.5); pyautogui.click(960, 540); time.sleep(0.5); pyautogui.hotkey('ctrl', 'alt', 't'); time.sleep(0.5)"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Terminal"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"os"
],
"evaluator": {
"postconfig": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/os/5ced85fc-fa1a-4217-95fd-0fb530545ce2/eval.sh",
"path": "eval.sh"
}
]
}
},
{
"type": "execute",
"parameters": {
"command": "chmod +x eval.sh",
"shell": true
}
}
],
"func": "check_include_exclude",
"result": {
"type": "vm_command_line",
"command": "bash eval.sh",
"shell": true
},
"expected": {
"type": "rule",
"rules": {
"include": [
"Success: The task has been completed correctly."
],
"exclude": []
}
}
},
"proxy": false
}