Files
sci-gui-agent-benchmark/evaluation_examples/examples/gimp/a746add2-cab0-4740-ac36-c3769d9bfb46.json
2024-01-26 16:38:45 +08:00

36 lines
916 B
JSON

{
"id": "a746add2-cab0-4740-ac36-c3769d9bfb46",
"snapshot": "gimp",
"instruction": "Help me open up the Vignette filter window.",
"source": "https://www.youtube.com/watch?v=_L_MMU22bAw",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"gimp"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "check_config_status",
"expected": {
"type": "rule",
"rules": {
"type:": "key-value",
"key": ["history-item", "\"filters-vignette\""],
"value": "1"
}
},
"result": {
"type": "gimp_config_file",
"file_name": "action-history",
"dest": "action-history"
}
}
}