Files
sci-gui-agent-benchmark/evaluation_examples/examples/jade/jade-guide-example_task6.json
2026-04-03 10:39:33 +08:00

43 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "jade-guide-example_task6",
"snapshot": "jade",
"instruction": "在 Jade 中,执行背景扣除后,通过主工具栏的自动寻峰按钮对衍射图谱执行自动寻峰。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\JADE\\jade 6.5\\MDI Jade 6.5\\jade6.5.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"jade"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"steps": "1. 在主界面下方的编辑工具栏中,左键单击\"扣除背景\"BG按钮对衍射图谱执行背景扣除操作确认背景基线已被扣除。\n2. 在主界面的主工具栏中,左键单击\"自动寻峰\"按钮。\n3. 观察主工作窗口中的衍射曲线,确认各个衍射峰处已自动添加峰标记符号。"
}
}