Files
sci-gui-agent-benchmark/evaluation_examples/examples/libreoffice_calc/21df9241-f8d7-4509-b7f1-37e501a823f7.json
David Chang 6f225b2a02 ver Dec29thv2
re-organized functions w.r.t. comparing xlsx with a golden one
2023-12-29 21:43:33 +08:00

48 lines
1.1 KiB
JSON

{
"id": "21df9241-f8d7-4509-b7f1-37e501a823f7",
"snapshot": "libreoffice_calc",
"instruction": "Change the representation of colum \"Parameter\" and show in Millions (M) and Billions (B). Keep one decimal and place a white space between the digits and the unit.",
"source": "https://www.youtube.com/watch?v=p5C4V_AO1UU",
"config": [
{
"type": "download",
"parameters": {
"file": [
{
"url": "",
"path": "/home/david/Represent_in_millions_billions.xlsx"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "/home/david/Represent_in_millions_billions.xlsx"
}
}
],
"trajectory": "trajectories/21df9241-f8d7-4509-b7f1-37e501a823f7",
"related_apps": [
"libreoffice_calc"
],
"evaluator": {
"func": "compare_table",
"result": {
"type": "vm_file",
"path": "/home/david/Represent_in_millions_billions.xlsx",
"dest": "Represent_in_millions_billions.xlsx"
},
"expected": {
"type": "cloud_file",
"path": "",
"dest": "Represent_in_millions_billions_gold.xlsx"
},
"options": {
"features": [
"number_format"
]
}
}
}