Initial commit
This commit is contained in:
20
tasks/test_001/task.json
Normal file
20
tasks/test_001/task.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "test_001",
|
||||
"category": "basic_processing",
|
||||
"difficulty": "easy",
|
||||
"instruction": "请打开桌面上的 DEMO01.MDI 文件,进行平滑处理 (Smoothing),平滑点数设置为 5,然后将处理后的曲线导出为 ASCII (.txt) 文件并命名为 smooth_result.txt。",
|
||||
"input": {
|
||||
"source_file": "../../data/source/DEMO01.MDI",
|
||||
"inject_to": "C:\\Users\\lzy\\Desktop\\DEMO01.MDI"
|
||||
},
|
||||
"output": {
|
||||
"expected_file": "test_result.txt",
|
||||
"collect_from": "C:\\Users\\lzy\\Desktop\\test_result.txt"
|
||||
},
|
||||
"evaluation": {
|
||||
"method": "xrd_data_compare",
|
||||
"ground_truth": "ground_truth/test_result.txt",
|
||||
"target_output": "agent_output/test_result.txt",
|
||||
"tolerance": 0.0001
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user