input
stringlengths 4
72
| output
stringlengths 108
177
|
|---|---|
photo.png adlı fayl yarat
|
{"command_type": "create_file", "parameters": {"filename": "photo.png"}, "reasoning": "Synthetic label for finetuning"}
|
What is Python?
|
{"command_type": "chat", "parameters": {"question": "What is Python?"}, "reasoning": "Synthetic label for finetuning"}
|
presentation.pptx haqqında məlumat ver
|
{"command_type": "get_info", "parameters": {"path": "presentation.pptx"}, "reasoning": "Synthetic label for finetuning"}
|
Create a file named presentation.pptx
|
{"command_type": "create_file", "parameters": {"filename": "presentation.pptx"}, "reasoning": "Synthetic label for finetuning"}
|
Rename report.pdf to renamed_report.pdf
|
{"command_type": "rename_file", "parameters": {"path": "report.pdf", "new_name": "renamed_report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Open the Pictures folder
|
{"command_type": "open_folder", "parameters": {"path": "Pictures"}, "reasoning": "Synthetic label for finetuning"}
|
photo.png adlı fayl yarat
|
{"command_type": "create_file", "parameters": {"filename": "photo.png"}, "reasoning": "Synthetic label for finetuning"}
|
Read script.py
|
{"command_type": "read_file", "parameters": {"path": "script.py"}, "reasoning": "Synthetic label for finetuning"}
|
Make new file photo.png
|
{"command_type": "create_file", "parameters": {"filename": "photo.png"}, "reasoning": "Synthetic label for finetuning"}
|
Write 'This is sample content generated by LIA.' to script.py
|
{"command_type": "write_file", "parameters": {"path": "script.py", "content": "This is sample content generated by LIA."}, "reasoning": "Synthetic label for finetuning"}
|
Could you open report.pdf?
|
{"command_type": "open_file", "parameters": {"path": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
archive.zip faylını aç
|
{"command_type": "open_file", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
notes.txt faylının adını renamed_notes.txt et
|
{"command_type": "rename_file", "parameters": {"path": "notes.txt", "new_name": "renamed_notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
Search for *.mp4 in Music
|
{"command_type": "search_files", "parameters": {"path": "Music", "pattern": "*.mp4"}, "reasoning": "Synthetic label for finetuning"}
|
Videos qovluğunda *.pdf axtar
|
{"command_type": "search_files", "parameters": {"path": "Videos", "pattern": "*.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Create a file named report.pdf
|
{"command_type": "create_file", "parameters": {"filename": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
List all files in Documents
|
{"command_type": "list_files", "parameters": {"path": "Documents", "pattern": "*.csv"}, "reasoning": "Synthetic label for finetuning"}
|
script.py faylını Documents qovluğuna köçür
|
{"command_type": "copy_file", "parameters": {"source": "script.py", "destination": "Documents"}, "reasoning": "Synthetic label for finetuning"}
|
Read notes.txt
|
{"command_type": "read_file", "parameters": {"path": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
notes.txt haqqında məlumat ver
|
{"command_type": "get_info", "parameters": {"path": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
uname -a əmri icra et
|
{"command_type": "execute_command", "parameters": {"command": "uname -a"}, "reasoning": "Synthetic label for finetuning"}
|
Komandaları göstər
|
{"command_type": "help", "parameters": {"help_type": "general"}, "reasoning": "Synthetic label for finetuning"}
|
script.py faylına 'This is sample content generated by LIA.' yaz
|
{"command_type": "write_file", "parameters": {"path": "script.py", "content": "This is sample content generated by LIA."}, "reasoning": "Synthetic label for finetuning"}
|
Projects qovluğunda *.{jpg,jpeg,png} axtar
|
{"command_type": "search_files", "parameters": {"path": "Projects", "pattern": "*.{jpg,jpeg,png}"}, "reasoning": "Synthetic label for finetuning"}
|
Videos qovluğunu aç
|
{"command_type": "open_folder", "parameters": {"path": "Videos"}, "reasoning": "Synthetic label for finetuning"}
|
Copy script.py to Desktop
|
{"command_type": "copy_file", "parameters": {"source": "script.py", "destination": "Desktop"}, "reasoning": "Synthetic label for finetuning"}
|
Aç Projects qovluğunu
|
{"command_type": "open_folder", "parameters": {"path": "Projects"}, "reasoning": "Synthetic label for finetuning"}
|
Run date
|
{"command_type": "execute_command", "parameters": {"command": "date"}, "reasoning": "Synthetic label for finetuning"}
|
Komandaları göstər
|
{"command_type": "help", "parameters": {"help_type": "general"}, "reasoning": "Synthetic label for finetuning"}
|
Pictures qovluğunda *.{jpg,jpeg,png} axtar
|
{"command_type": "search_files", "parameters": {"path": "Pictures", "pattern": "*.{jpg,jpeg,png}"}, "reasoning": "Synthetic label for finetuning"}
|
report.pdf faylını oxu
|
{"command_type": "read_file", "parameters": {"path": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Run pwd
|
{"command_type": "execute_command", "parameters": {"command": "pwd"}, "reasoning": "Synthetic label for finetuning"}
|
Move notes.txt to Music
|
{"command_type": "move_file", "parameters": {"source": "notes.txt", "destination": "Music"}, "reasoning": "Synthetic label for finetuning"}
|
photo.png adlı fayl yarat
|
{"command_type": "create_file", "parameters": {"filename": "photo.png"}, "reasoning": "Synthetic label for finetuning"}
|
Rename report.pdf to renamed_report.pdf
|
{"command_type": "rename_file", "parameters": {"path": "report.pdf", "new_name": "renamed_report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Make new file report.pdf
|
{"command_type": "create_file", "parameters": {"filename": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
archive.zip faylını oxu
|
{"command_type": "read_file", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
report.pdf faylını Music qovluğuna daşı
|
{"command_type": "move_file", "parameters": {"source": "report.pdf", "destination": "Music"}, "reasoning": "Synthetic label for finetuning"}
|
Tell me about yourself
|
{"command_type": "chat", "parameters": {"question": "Tell me about yourself"}, "reasoning": "Synthetic label for finetuning"}
|
komək et
|
{"command_type": "help", "parameters": {"help_type": "general"}, "reasoning": "Synthetic label for finetuning"}
|
Tell me about yourself
|
{"command_type": "chat", "parameters": {"question": "Tell me about yourself"}, "reasoning": "Synthetic label for finetuning"}
|
Remove image.jpg
|
{"command_type": "delete_file", "parameters": {"path": "image.jpg"}, "reasoning": "Synthetic label for finetuning"}
|
image.jpg faylına 'This is sample content generated by LIA.' yaz
|
{"command_type": "write_file", "parameters": {"path": "image.jpg", "content": "This is sample content generated by LIA."}, "reasoning": "Synthetic label for finetuning"}
|
Rename notes.txt to renamed_notes.txt
|
{"command_type": "rename_file", "parameters": {"path": "notes.txt", "new_name": "renamed_notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
archive.zip faylını aç
|
{"command_type": "open_file", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
How to improve performance?
|
{"command_type": "chat", "parameters": {"question": "How to improve performance?"}, "reasoning": "Synthetic label for finetuning"}
|
script.py faylının adını renamed_script.py et
|
{"command_type": "rename_file", "parameters": {"path": "script.py", "new_name": "renamed_script.py"}, "reasoning": "Synthetic label for finetuning"}
|
Make new file report.pdf
|
{"command_type": "create_file", "parameters": {"filename": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Music qovluğunda *.mp4 axtar
|
{"command_type": "search_files", "parameters": {"path": "Music", "pattern": "*.mp4"}, "reasoning": "Synthetic label for finetuning"}
|
image.jpg faylını oxu
|
{"command_type": "read_file", "parameters": {"path": "image.jpg"}, "reasoning": "Synthetic label for finetuning"}
|
image.jpg faylını Pictures qovluğuna köçür
|
{"command_type": "copy_file", "parameters": {"source": "image.jpg", "destination": "Pictures"}, "reasoning": "Synthetic label for finetuning"}
|
Move image.jpg to Desktop
|
{"command_type": "move_file", "parameters": {"source": "image.jpg", "destination": "Desktop"}, "reasoning": "Synthetic label for finetuning"}
|
Write 'This is sample content generated by LIA.' to script.py
|
{"command_type": "write_file", "parameters": {"path": "script.py", "content": "This is sample content generated by LIA."}, "reasoning": "Synthetic label for finetuning"}
|
Downloads içindəki bütün faylları göstər
|
{"command_type": "list_files", "parameters": {"path": "Downloads"}, "reasoning": "Synthetic label for finetuning"}
|
Please open Projects
|
{"command_type": "open_folder", "parameters": {"path": "Projects"}, "reasoning": "Synthetic label for finetuning"}
|
Could you open script.py?
|
{"command_type": "open_file", "parameters": {"path": "script.py"}, "reasoning": "Synthetic label for finetuning"}
|
Aç Downloads qovluğunu
|
{"command_type": "open_folder", "parameters": {"path": "Downloads"}, "reasoning": "Synthetic label for finetuning"}
|
help
|
{"command_type": "help", "parameters": {"help_type": "general"}, "reasoning": "Synthetic label for finetuning"}
|
archive.zip faylını oxu
|
{"command_type": "read_file", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
image.jpg faylının adını renamed_image.jpg et
|
{"command_type": "rename_file", "parameters": {"path": "image.jpg", "new_name": "renamed_image.jpg"}, "reasoning": "Synthetic label for finetuning"}
|
presentation.pptx adlı fayl yarat
|
{"command_type": "create_file", "parameters": {"filename": "presentation.pptx"}, "reasoning": "Synthetic label for finetuning"}
|
Delete data.csv
|
{"command_type": "delete_file", "parameters": {"path": "data.csv"}, "reasoning": "Synthetic label for finetuning"}
|
report.pdf haqqında məlumat ver
|
{"command_type": "get_info", "parameters": {"path": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Aç Music qovluğunu
|
{"command_type": "open_folder", "parameters": {"path": "Music"}, "reasoning": "Synthetic label for finetuning"}
|
uname -a əmri icra et
|
{"command_type": "execute_command", "parameters": {"command": "uname -a"}, "reasoning": "Synthetic label for finetuning"}
|
Rename archive.zip to renamed_archive.zip
|
{"command_type": "rename_file", "parameters": {"path": "archive.zip", "new_name": "renamed_archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
image.jpg faylının adını renamed_image.jpg et
|
{"command_type": "rename_file", "parameters": {"path": "image.jpg", "new_name": "renamed_image.jpg"}, "reasoning": "Synthetic label for finetuning"}
|
komək et
|
{"command_type": "help", "parameters": {"help_type": "general"}, "reasoning": "Synthetic label for finetuning"}
|
Videos qovluğunu aç
|
{"command_type": "open_folder", "parameters": {"path": "Videos"}, "reasoning": "Synthetic label for finetuning"}
|
Copy notes.txt to Pictures
|
{"command_type": "copy_file", "parameters": {"source": "notes.txt", "destination": "Pictures"}, "reasoning": "Synthetic label for finetuning"}
|
Remove script.py
|
{"command_type": "delete_file", "parameters": {"path": "script.py"}, "reasoning": "Synthetic label for finetuning"}
|
Move script.py to Documents
|
{"command_type": "move_file", "parameters": {"source": "script.py", "destination": "Documents"}, "reasoning": "Synthetic label for finetuning"}
|
Read archive.zip
|
{"command_type": "read_file", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
photo.png faylını Desktop qovluğuna daşı
|
{"command_type": "move_file", "parameters": {"source": "photo.png", "destination": "Desktop"}, "reasoning": "Synthetic label for finetuning"}
|
Run pwd
|
{"command_type": "execute_command", "parameters": {"command": "pwd"}, "reasoning": "Synthetic label for finetuning"}
|
data.csv faylını sil
|
{"command_type": "delete_file", "parameters": {"path": "data.csv"}, "reasoning": "Synthetic label for finetuning"}
|
Music qovluğunda *.mp3 axtar
|
{"command_type": "search_files", "parameters": {"path": "Music", "pattern": "*.mp3"}, "reasoning": "Synthetic label for finetuning"}
|
whoami əmri icra et
|
{"command_type": "execute_command", "parameters": {"command": "whoami"}, "reasoning": "Synthetic label for finetuning"}
|
komək et
|
{"command_type": "help", "parameters": {"help_type": "general"}, "reasoning": "Synthetic label for finetuning"}
|
Read presentation.pptx
|
{"command_type": "read_file", "parameters": {"path": "presentation.pptx"}, "reasoning": "Synthetic label for finetuning"}
|
Open report.pdf
|
{"command_type": "open_file", "parameters": {"path": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Rename data.csv to renamed_data.csv
|
{"command_type": "rename_file", "parameters": {"path": "data.csv", "new_name": "renamed_data.csv"}, "reasoning": "Synthetic label for finetuning"}
|
Read notes.txt
|
{"command_type": "read_file", "parameters": {"path": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
Aç Desktop qovluğunu
|
{"command_type": "open_folder", "parameters": {"path": "Desktop"}, "reasoning": "Synthetic label for finetuning"}
|
Delete notes.txt
|
{"command_type": "delete_file", "parameters": {"path": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
data.csv faylını Music qovluğuna daşı
|
{"command_type": "move_file", "parameters": {"source": "data.csv", "destination": "Music"}, "reasoning": "Synthetic label for finetuning"}
|
archive.zip faylını sil
|
{"command_type": "delete_file", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
Get info about notes.txt
|
{"command_type": "get_info", "parameters": {"path": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
data.csv faylının adını renamed_data.csv et
|
{"command_type": "rename_file", "parameters": {"path": "data.csv", "new_name": "renamed_data.csv"}, "reasoning": "Synthetic label for finetuning"}
|
Make new file notes.txt
|
{"command_type": "create_file", "parameters": {"filename": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
data.csv faylını Pictures qovluğuna köçür
|
{"command_type": "copy_file", "parameters": {"source": "data.csv", "destination": "Pictures"}, "reasoning": "Synthetic label for finetuning"}
|
Get info about image.jpg
|
{"command_type": "get_info", "parameters": {"path": "image.jpg"}, "reasoning": "Synthetic label for finetuning"}
|
Get info about archive.zip
|
{"command_type": "get_info", "parameters": {"path": "archive.zip"}, "reasoning": "Synthetic label for finetuning"}
|
notes.txt faylını sil
|
{"command_type": "delete_file", "parameters": {"path": "notes.txt"}, "reasoning": "Synthetic label for finetuning"}
|
Remove report.pdf
|
{"command_type": "delete_file", "parameters": {"path": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
report.pdf faylını sil
|
{"command_type": "delete_file", "parameters": {"path": "report.pdf"}, "reasoning": "Synthetic label for finetuning"}
|
Aç Documents qovluğunu
|
{"command_type": "open_folder", "parameters": {"path": "Documents"}, "reasoning": "Synthetic label for finetuning"}
|
Aç Projects qovluğunu
|
{"command_type": "open_folder", "parameters": {"path": "Projects"}, "reasoning": "Synthetic label for finetuning"}
|
Remove photo.png
|
{"command_type": "delete_file", "parameters": {"path": "photo.png"}, "reasoning": "Synthetic label for finetuning"}
|
archive.zip faylını Documents qovluğuna köçür
|
{"command_type": "copy_file", "parameters": {"source": "archive.zip", "destination": "Documents"}, "reasoning": "Synthetic label for finetuning"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.