Files
sci-gui-agent-benchmark/evaluation_examples/examples/vs_code/ae506c68-352c-4094-9caa-ee9d42052317.json
2024-01-23 14:45:22 +08:00

40 lines
853 B
JSON

{
"id": "ae506c68-352c-4094-9caa-ee9d42052317",
"snapshot": "vscode",
"instruction": "Please help me store the full terminal history of my VS Code terminal into \"/home/user/Desktop/history.txt\".",
"source": "",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"code"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Visual Studio Code"
}
}
],
"trajectory": "trajectories/ae506c68-352c-4094-9caa-ee9d42052317",
"related_apps": [
"vscode"
],
"evaluator": {
"func": "compare_text_file",
"expected": {
"type": "cloud_file",
"path": "",
"dest": "gold_history.txt"
},
"result": {
"type": "vm_file",
"path": "Desktop/history.txt",
"dest": "history.txt"
}
}
}