update GIMP infeasible examples

This commit is contained in:
Siheng Zhao
2024-02-16 02:38:49 +08:00
parent 8aaabe3010
commit 5ed95c3579
5 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"id": "38f48d40-764e-4e77-a7cf-51dfce880291",
"snapshot": "gimp",
"instruction": "Could you help me play the video located at \"/home/user/test.mp4\" within GIMP?",
"source": "",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "",
"path": "/home/user/test.mp4"
}
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible",
"result": {
},
"expected": {
}
}
}

View File

@@ -0,0 +1,19 @@
{
"id": "5ca86c6f-f317-49d8-b6a7-b527541caae8",
"snapshot": "gimp",
"instruction": "Could you help me download the logo of the University of Hong Kong in \".png\" format within GIMP?",
"source": "",
"config": [
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible",
"result": {
},
"expected": {
}
}
}

View File

@@ -0,0 +1,30 @@
{
"id": "62f7fd55-0687-4a43-b6e1-3eda16fc6252",
"snapshot": "gimp",
"instruction": "Could you help me convert the image located at \"/home/user/test.png\" to \".svg\" format?",
"source": "",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "",
"path": "/home/user/test.png"
}
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible",
"result": {
},
"expected": {
}
}
}

View File

@@ -0,0 +1,30 @@
{
"id": "e19bd559-633b-4b02-940f-d946248f088e",
"snapshot": "gimp",
"instruction": "Could you help me change all the places in the document located at \"/home/user/test.txt\" that say \"text\" to \"test\" within GIMP?",
"source": "",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "",
"path": "/home/user/test.txt"
}
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible",
"result": {
},
"expected": {
}
}
}

View File

@@ -0,0 +1,19 @@
{
"id": "fbb548ca-c2a6-4601-9204-e39a2efc507b",
"snapshot": "gimp",
"instruction": "Could you help me create a new excel file and save it at \"/home/user/test.xlsx\" within GIMP?",
"source": "",
"config": [
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "infeasible",
"result": {
},
"expected": {
}
}
}