36 lines
909 B
JSON
36 lines
909 B
JSON
{
|
|
"id": "b148e375-fe0b-4bec-90e7-38632b0d73c2",
|
|
"snapshot": "gimp",
|
|
"instruction": "Could you assist me in adding a new layer and naming it 'Square'?",
|
|
"source": "https://www.quora.com/How-do-I-add-layers-in-GIMP",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"gimp"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"gimp"
|
|
],
|
|
"evaluator": {
|
|
"func": "check_config_status",
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": {
|
|
"type:": "key-value",
|
|
"key": "layer-new-name",
|
|
"value": "Square"
|
|
}
|
|
},
|
|
"result": {
|
|
"type": "gimp_config_file",
|
|
"file_name": "gimprc",
|
|
"dest": "gimprc"
|
|
}
|
|
}
|
|
} |