| { | |
| "id": "43f70173-d018-4542-ab65-b21428ca79e7", | |
| "snapshot": "multiapps", | |
| "instruction": "Open functions.py in VS Code. Find the function names defined above main (look for 'def function_name') and paste them in 'api_document.docx' just under the Editor Use Cases in bullets so I remember to bring these points up in the next meeting.", | |
| "source": "Turing", | |
| "trajectory": "trajectories/", | |
| "config": [ | |
| { | |
| "type": "download", | |
| "parameters": { | |
| "files": [ | |
| { | |
| "url": "https://github.com/kubernetes-client/python/blob/master/examples/job_crud.py", | |
| "path": "/home/user/Desktop/functions.py" | |
| }, | |
| { | |
| "url": "https://huggingface.co/datasets/saud-k/phase2/resolve/main/srs.docx", | |
| "path": "/home/user/Desktop/api_document.docx" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "launch", | |
| "parameters": { | |
| "command": ["code", "/home/user/Desktop/functions.py"] | |
| } | |
| }, | |
| { | |
| "type": "sleep", | |
| "parameters": {"seconds": 2} | |
| } | |
| ], | |
| "related_apps": [ | |
| "vs_code", | |
| "libreoffice_writer" | |
| ], | |
| "evaluator": { | |
| "postconfig": [ | |
| { | |
| "type": "activate_window", | |
| "parameters": { | |
| "window_name": "api_document.docx", | |
| "strict": false | |
| } | |
| }, | |
| { | |
| "type": "sleep", | |
| "parameters": { | |
| "seconds": 0.5 | |
| } | |
| }, | |
| { | |
| "type": "execute", | |
| "parameters": { | |
| "command": [ | |
| "python", | |
| "-c", | |
| "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);" | |
| ] | |
| } | |
| } | |
| ], | |
| "func": "compare_docx_files", | |
| "result": { | |
| "type": "vm_file", | |
| "path": "/home/user/Desktop/api_document.docx", | |
| "dest": "api_document.docx" | |
| }, | |
| "expected": { | |
| "type": "cloud_file", | |
| "path": "https://huggingface.co/datasets/saud-k/phase2/resolve/main/api_document_Gold.docx", | |
| "dest": "api_document_Gold.docx" | |
| }, | |
| "options": { | |
| "ignore_blanks": true, | |
| "ignore_case": false, | |
| "delete_empty_lines": true, | |
| "content_only": true, | |
| "fuzzy_match": false | |
| } | |
| }, | |
| "proxy": false, | |
| "fixed_ip": false, | |
| "possibility_of_env_change": "low", | |
| "model_pass_rate": { | |
| "claude-sonnet-4-5-20250929": 0.0 | |
| }, | |
| "annotator_hints": [ | |
| "Step1: VS Code opens with functions.py already loaded on Desktop", | |
| "Step2: Read through the Python file to identify the three function definitions (lines starting with 'def')", | |
| "Step3: Select and copy the first function name (just the name, not 'def' or parameters)", | |
| "Step4: Open the file manager or use Alt+Tab to navigate to Desktop", | |
| "Step5: Double-click api_document.docx to open it in LibreOffice Writer", | |
| "Step6: Position cursor at the end of existing content (or where function names should be pasted)", | |
| "Step7: Paste the first function name and press Enter for a new line", | |
| "Step8: Switch back to VS Code (Alt+Tab)", | |
| "Step9: Copy the second function name", | |
| "Step10: Switch to LibreOffice Writer and paste it, then press Enter", | |
| "Step11: Switch back to VS Code", | |
| "Step12: Copy the third function name", | |
| "Step13: Switch to LibreOffice Writer and paste it", | |
| "Step14: Ensure no bullet points or formatting are applied (just plain text, one per line)", | |
| "Step15: Press Ctrl+S to save the document", | |
| "Step16: Verify the three function names are saved in api_document.docx" | |
| ], | |
| "knowledge_points": [ | |
| "Opening Python files in VS Code", | |
| "Identifying function definitions in Python code", | |
| "Copying text from VS Code", | |
| "Switching between applications (VS Code and LibreOffice Writer)", | |
| "Pasting plain text into Word documents without formatting", | |
| "Saving documents in LibreOffice Writer" | |
| ], | |
| "coverage": "Multi-app workflow, Text extraction from code editor, Document editing, Application switching, Plain text formatting" | |
| } |