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

45 lines
1.7 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": "code_generation_task1",
"snapshot": "ovito",
"instruction": "在 OVITO 中,通过 File → Generate Python Script 打开代码生成器窗口。",
"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 应用程序的快捷方式图标以启动软件。\n2. 等待 OVITO 软件主界面完全加载并显示。\n3. 将鼠标光标定位到软件主窗口最顶部区域的水平菜单栏。\n4. 单击菜单栏中的“File”文本标签展开文件操作的下拉菜单。\n5. 在弹出的“File”下拉菜单列表中向下移动鼠标光标并悬停在“Generate Python Script”选项上。\n6. 单击选中“Generate Python Script”菜单项。\n7. 等待界面响应,观察并确认屏幕上成功弹出一个包含 Python 代码文本框的独立代码生成器窗口窗口顶部可能包含如“Visualization code”等复选框控件。",
"steps_original": "1. 启动 OVITO 软件。\n2. 点击顶部菜单栏中的 File。\n3. 在下拉菜单中选择 Generate Python Script。\n4. 确保代码生成器窗口正常打开(可见 Python 代码编辑界面)。"
}
}