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

45 lines
1.9 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": "clone_pipeline_task1",
"snapshot": "ovito",
"instruction": "在 OVITO 中,通过主工具栏中的 Pipeline 下拉菜单,选择 'Clone current pipeline...' 选项来克隆当前数据通道。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"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": [],
"steps": "1. 在 OVITO 主界面顶部工具栏中,单击 \"Pipelines:\" 标签右侧的下拉菜单控件以展开列表。\n2. 在展开的下拉菜单中,单击底部的 \"Clone current pipeline...\" 菜单项。\n3. 在弹出的 \"Clone pipeline\" 对话框中,定位到右上方的 \"Cloning mode:\" 区域。\n4. 在 \"Cloning mode:\" 区域内,根据克隆需求,单击相应数据源或修改器所在行右侧的 \"Copy\" 或 \"Share\" 按钮。\n5. 在 \"Clone pipeline\" 对话框的右下角,单击 \"OK\" 按钮以确认操作并关闭对话框。\n6. 观察主界面的 3D 可视化视口,确认场景中并排显示了原始流水线和克隆流水线的输出对象。",
"steps_original": "1. 在 OVITO 的主工具栏中找到 'Pipelines' 下拉菜单。\n2. 点击下拉菜单并选择 'Clone current pipeline...'。\n3. 在打开的 'Clone pipeline' 对话框中,选择克隆模式(如 Copy 或 Share。\n4. 点击 'OK' 按钮完成克隆操作。\n5. 确认在可视化场景中同时显示原始通道和克隆通道的输出。"
}
}