46 lines
897 B
JSON
46 lines
897 B
JSON
{
|
|
"id": "847a96b6-df94-4927-97e6-8cc9ea66ced7",
|
|
"snapshot": "vscode",
|
|
"instruction": "Please help me trim the video located at \"/home/user/test.mp4\" within VS Code, since I only want the second to fourth second part of this video.",
|
|
"source": "",
|
|
"config": [
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "",
|
|
"path": "/home/user/test.mp4"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"code",
|
|
"/home/user/test.mp4"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "activate_window",
|
|
"parameters": {
|
|
"window_name": "Visual Studio Code"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"vscode"
|
|
],
|
|
"evaluator": {
|
|
"func": "infeasible",
|
|
"result": {
|
|
},
|
|
"expected": {
|
|
}
|
|
}
|
|
}
|