22 lines
803 B
JSON
22 lines
803 B
JSON
{
|
|
"id": "open_file_001",
|
|
"category": "basic_processing",
|
|
"difficulty": "easy",
|
|
"instruction": "请打开桌面上的 DEMO01.MDI 文件,然后将当前曲线导出为 ASCII (.txt) 文件并命名为 open_file_result.txt。",
|
|
"input": {
|
|
"source_file": "../../data/source/DEMO01.MDI",
|
|
"inject_to": "C:\\Users\\lzy\\Desktop\\DEMO01.MDI"
|
|
},
|
|
"output": {
|
|
"expected_file": "open_file_result.txt",
|
|
"collect_from": "C:\\Users\\lzy\\Desktop\\open_file_result.txt"
|
|
},
|
|
"evaluation": {
|
|
"method": "xrd_data_compare",
|
|
"ground_truth": "ground_truth/open_file_result.txt",
|
|
"target_output": "agent_output/open_file_result.txt",
|
|
"tolerance": 0.0001
|
|
},
|
|
"tutorial_source": "教程(1) - 打开文件部分",
|
|
"notes": "打开文件后导出为ASCII文件用于评测"
|
|
} |