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

45 lines
1.6 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": "export_task1",
"snapshot": "ovito",
"instruction": "在 OVITO 中,将当前数据管道导出为粒子及其属性的数据表,保存为文件 particle_data.csv。",
"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. 单击顶部菜单栏的 \"File\" 菜单项。\n2. 在展开的下拉菜单中,单击 \"Export File\" 选项。\n3. 在弹出的导出文件对话框中,单击 \"保存类型\" (或 Format) 下拉菜单。\n4. 在展开的下拉列表中,单击选中 \"Table of Particles\" 选项。\n5. 单击 \"文件名\" (或 File name) 输入框,将光标定位到该输入框中。\n6. 清空输入框中的原有内容,输入文本 \"particle_data.csv\"。\n7. 单击对话框右下角的 \"Save\" (或 保存) 按钮以确认导出。",
"steps_original": "1. 在菜单栏中,点击 File → Export File。\n2. 在弹出的对话框中,选择导出格式为 'Table of Particles'.\n3. 指定文件名为 particle_data.csv并选择保存位置。\n4. 点击 'Save' 按钮以完成导出。"
}
}