input stringlengths 10 40 | output dict | instruction stringlengths 48 84 |
|---|---|---|
Shut down the computer | {
"command": "shutdown",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to shut down or restart the computer when the user asks to do so. |
Restart my PC | {
"command": "restart",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to shut down or restart the computer when the user asks to do so. |
Log me out | {
"command": "logout",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to log out the user when asked to do so. |
Empty the trash | {
"command": "empty_trash",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to empty the trash or recycle bin when the user asks to do so. |
Delete the old backup file | {
"command": "delete_file",
"destination": null,
"level": null,
"new_name": null,
"target": "old_backup.zip"
} | Return the command to delete a file when the user asks to do so. |
Rename the document to 'Final Report' | {
"command": "rename_file",
"destination": null,
"level": null,
"new_name": "Final Report.docx",
"target": "document.docx"
} | Return the command to rename a file or folder when the user asks to do so. |
Move the image to the Pictures folder | {
"command": "move_file",
"destination": "Pictures",
"level": null,
"new_name": null,
"target": "image.png"
} | Return the command to move a file or folder when the user asks to do so. |
Copy the budget file to the USB drive | {
"command": "copy_file",
"destination": "USB Drive",
"level": null,
"new_name": null,
"target": "budget.xlsx"
} | Return the command to copy a file or folder when the user asks to do so. |
Create a new folder named 'Project 2024' | {
"command": "create_folder",
"destination": null,
"level": null,
"new_name": null,
"target": "Project 2024"
} | Return the command to create a new folder when the user asks to do so. |
Create a new text file called 'Notes' | {
"command": "create_file",
"destination": null,
"level": null,
"new_name": null,
"target": "Notes.txt"
} | Return the command to create a new file when the user asks to do so. |
Open the last file I worked on | {
"command": "open_recent_file",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to open a recently used file. |
Mute the sound | {
"command": "adjust_volume",
"destination": null,
"level": "mute",
"new_name": null,
"target": null
} | Return the command to adjust the volume when the user asks to do so. |
Turn the volume up | {
"command": "adjust_volume",
"destination": null,
"level": "up",
"new_name": null,
"target": null
} | Return the command to adjust the volume when the user asks to do so. |
Lock the screen | {
"command": "lock_screen",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to lock the computer screen when the user asks to do so. |
Take a screenshot | {
"command": "take_screenshot",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to take a screenshot when the user asks to do so. |
Change my desktop wallpaper | {
"command": "change_wallpaper",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to change the wallpaper when the user asks to do so. |
Connect to my home Wi-Fi | {
"command": "connect_wifi",
"destination": null,
"level": null,
"new_name": null,
"target": "Home Wi-Fi"
} | Return the command to connect to a Wi-Fi network when the user asks to do so. |
Check the battery level | {
"command": "check_battery",
"destination": null,
"level": null,
"new_name": null,
"target": null
} | Return the command to check the battery status when the user asks to do so. |
Open task manager | {
"command": "open_application",
"destination": null,
"level": null,
"new_name": null,
"target": "Task Manager"
} | Return the command to open the task manager when the user asks to do so. |
Quit Microsoft Word | {
"command": "quit_application",
"destination": null,
"level": null,
"new_name": null,
"target": "Microsoft Word"
} | Return the command to quit an application when the user asks to do so. |
No dataset card yet
- Downloads last month
- 1