44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"id": "7f35355e-02a6-45b5-b140-f0be698bcf85",
|
|
"snapshot": "libreoffice_calc",
|
|
"instruction": "Export the table to a CSV file and then help me write code to find the medium price (fill empty value with average). Save the result in \"result.txt\".",
|
|
"source": "",
|
|
"config": [
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/7f35355e-02a6-45b5-b140-f0be698bcf85/stock.xlsx",
|
|
"path": "/home/user/Desktop/stock.xlsx"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "open",
|
|
"parameters": {
|
|
"path": "/home/user/Desktop/stock.xlsx"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"libreoffice_calc",
|
|
"vs_code"
|
|
],
|
|
"evaluator": {
|
|
"func": "compare_result_files",
|
|
"result": {
|
|
"type": "vm_file",
|
|
"path": "/home/user/Desktop/result.txt",
|
|
"dest": "result.txt"
|
|
},
|
|
"expected": {
|
|
"type": "cloud_file",
|
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/7f35355e-02a6-45b5-b140-f0be698bcf85/result_gold.txt",
|
|
"dest": "result_gold.txt"
|
|
}
|
|
},
|
|
"proxy": false
|
|
} |