Files
sci-gui-agent-benchmark/evaluation_examples/examples/vs_code/53ad5833-3455-407b-bbc6-45b4c79ab8fb.json
Siheng Zhao 347160a35f update vsc
2024-01-13 23:20:36 +08:00

31 lines
707 B
JSON

{
"id": "53ad5833-3455-407b-bbc6-45b4c79ab8fb",
"snapshot": "vscode",
"instruction": "Could you help me open the project at /home/user/project?",
"source": "https://www.youtube.com/watch?v=VqCgcpAypFQ",
"config": [
{
"type": "command",
"parameters": {
"command": ["mkdir", "-p", "/home/user/project"]
}
}
],
"trajectory": "trajectories/53ad5833-3455-407b-bbc6-45b4c79ab8fb",
"related_apps": [
"vscode"
],
"evaluator": {
"func": "compare_config",
"expected": {
"type": "string",
"string": "project"
},
"result": {
"type": "vscode_config",
"path": "OpenProject.txt",
"dest": "OpenProject.txt"
}
}
}