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

44 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_task4",
"snapshot": "jade",
"instruction": "在 Jade 中,通过 File → Patterns 使用 Add 按钮叠加衍射数据文件 DEMO02.MDI 到当前窗口。",
"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. 单击主菜单栏中的”File”菜单项。\n2. 在弹出的下拉菜单中单击”Patterns”菜单项打开数据文件读入窗口。\n3. 在文件列表框中,单击选中 DEMO02.MDI 数据文件。\n4. 单击窗口右侧区域的”Add”命令按钮将该数据文件叠加显示到当前窗口中。"
}
}