ver Jan16th

updated template.json
This commit is contained in:
David Chang
2024-01-16 17:50:12 +08:00
parent 82798bff6f
commit 99c83805e5

View File

@@ -3,11 +3,25 @@
"snapshot": "libreoffice_calc", "snapshot": "libreoffice_calc",
"instruction": "", "instruction": "",
"source": "", "source": "",
"config": [], "config": [
{
"type": "",
"parameters": {}
}
],
"trajectory": "trajectories/", "trajectory": "trajectories/",
"related_apps": [ "related_apps": [
"app1", "app1",
"app2" "app2"
], ],
"evaluator": "evaluation_dir" "evaluator": {
"postconfig": [],
"func": "func",
"result": {
"type": ""
},
"expected": {
"type": ""
}
}
} }