Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/viewports_task1.json

60 lines
2.0 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": "viewports_task1",
"snapshot": "ovito",
"instruction": "在 OVITO 中,加载 sample.dump 文件后,使用工具栏的 Maximize viewport 按钮将当前视口最大化。",
"source": "custom",
"config": [
{
"type": "upload_file",
"parameters": {
"files": [
{
"local_path": "evaluation_examples/data/ovito/sample.dump",
"path": "C:\\Users\\user\\Desktop\\sample.dump"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe",
"C:\\Users\\user\\Desktop\\sample.dump"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [
"sample.dump"
],
"steps": "1. 单击顶部菜单栏的 \"File\" 菜单项\n2. 在展开的下拉菜单中,单击 \"Load File...\" 选项\n3. 在弹出的文件选择对话框中,单击左侧导航栏的 \"桌面\" 选项\n4. 在右侧的文件列表中,单击选中 \"sample.dump\" 文件\n5. 单击对话框底部的 \"打开\" 按钮\n6. 单击右下角带有 \"Perspective\" 标签的视口内部任意位置,使其成为活动视口\n7. 单击视口工作区下方工具栏中,图标为向外指的四个箭头的 \"Maximize viewport\" 按钮",
"steps_original": "1. 在 OVITO 中,通过 File -> Load File... 加载桌面上的 \"sample.dump\" 文件\n2. 点击右下角活动视口Perspective 视口)使其处于选中状态\n3. 点击视口工作区下方工具栏中的 \"Maximize viewport\" 按钮(图标为向外指的四个箭头)\n4. 确认该视口已扩展并填满整个主工作区"
}
}