Files
sci-gui-agent-benchmark/evaluation_examples/examples/vs_code/971cbb5b-3cbf-4ff7-9e24-b5c84fcebfa6.json
2024-02-17 02:52:34 +08:00

34 lines
665 B
JSON

{
"id": "971cbb5b-3cbf-4ff7-9e24-b5c84fcebfa6",
"snapshot": "vscode",
"instruction": "Please help me change the settings of VS Code so that every time I open it, it automatically creates a python file called \"test.py\".",
"source": "",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"code"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Visual Studio Code"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"vscode"
],
"evaluator": {
"func": "infeasible",
"result": {
},
"expected": {
}
}
}