Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
17
19
question
stringlengths
75
1.42k
initial_config
stringlengths
98
2.57k
path
stringlengths
74
277
involved_classes
stringclasses
20 values
ground_truth
stringlengths
57
850
funcall_data
stringlengths
1.27k
8.15k
num_user_turn
int64
1
4
multi_turn_base_0
["Move 'final_report.pdf' within document directory to 'temp' directory in document. Make sure to create the directory", "Perform a detailed search using grep to identify sections in the file pertaining to 'budget analysis'.", "Upon identifying the requisite 'budget analysis' content, sort the 'final_report.pdf' by lin...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'document': {'type': 'directory', 'contents': {'final_report.pdf': {'type': 'file', 'content': 'Year2024 This is the final report content including budget analysis and other sections.'}, 'previous_report.pdf': {'type': 'file', 'content': 'Y...
['GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'TwitterAPI.post_tweet']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='document')", "mkdir(dir_name='temp')", "mv(source='final_report.pdf', destination='temp')"], ["cd(folder='temp')", "grep(file_name='final_report.pdf',pattern='budget analysis')"], ["sort('final_report.pdf')"], ["cd(folder='..')", "mv(source='previous_report.pdf',destination='temp')", "cd(folder='temp')", ...
[{'name': 'find', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Find any file or directories under specific p...
4
multi_turn_base_1
['I am alex. Check if the current directory is under my name and list all the visible and hidden contents in the current directory now, please.', "Go to workspace directory and move one of the 'log.txt' files into a new directory 'archive'.", "Investigate within 'log.txt' for the occurrence of the keyword 'Error'.", 'F...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'workspace': {'type': 'directory', 'contents': {'log.txt': {'type': 'file', 'content': 'This is a log file. No errors found. Another line. Yet another line. Error: Something went wrong. Final line.'}, 'archive': {'type': 'directory', 'contents':...
['GorillaFileSystem.ls', 'GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail']
['GorillaFileSystem']
[['ls(a=True)'], ["cd(folder='workspace')", "mv(source='log.txt',destination='archive')"], ["cd(folder='archive')", "grep(file_name='log.txt',pattern='Error')"], ["tail(file_name='log.txt',lines=20)"]]
[{'name': 'ls', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: List the contents of the current directory.', '...
4
multi_turn_base_2
["Go into document folder and Could you draft up a create a document titled 'TeamNotes.txt' for keeping track of all the fresh ideas?", "We've gathered a couple of wise insights from Simona, so could you jot down 'Collaboration leads to success. Innovation ignites growth.' into the previous file?", "There seems to be s...
{'GorillaFileSystem': {'root': {'simona': {'type': 'directory', 'contents': {'documents': {'type': 'directory', 'contents': {'ideas.txt': {'type': 'file', 'content': 'Collaboration leads to success. Innovation ignites growth.'}, 'Archived': {'type': 'directory', 'contents': {}}, 'past_projects': {'type': 'directory', '...
['GorillaFileSystem.touch', 'GorillaFileSystem.echo', 'GorillaFileSystem.diff', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'TicketAPI.close_ticket']
['TicketAPI', 'GorillaFileSystem']
[["cd(folder='documents')", "touch(file_name='TeamNotes.txt')"], ["echo(content='Collaboration leads to success. Innovation ignites growth.',file_name='TeamNotes.txt')"], ["diff(file_name1='ideas.txt', file_name2='TeamNotes.txt')"], ["cp(source='TeamNotes.txt',destination='Archived')", "cd(folder='Archived')", "mv(sour...
[{'name': 'touch', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new file of any extension in the cu...
4
multi_turn_base_3
["As part of my latest photography project, I need to gather files that have 'test' in their name from any folder in my current directory. Could you help me locate those?", "After identifying them, the next step is to ensure the images and text files are safely copied into a 'backup_tests' folder right within the same ...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'projects': {'type': 'directory', 'contents': {'photography': {'type': 'directory', 'contents': {'test_image1.jpg': {'type': 'file', 'content': 'Image data 1'}, 'test_document.txt': {'type': 'file', 'content': 'Document data'}, 'backup_tests': {...
['GorillaFileSystem.cd', 'GorillaFileSystem.find', 'GorillaFileSystem.cp']
['GorillaFileSystem']
[["find(path='.',name='test')"], ["cd(folder='projects')", "cd(folder='photography')", "cp(source='test_image1.jpg',destination='backup_tests')", "cp(source='test_document.txt',destination='backup_tests')"]]
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
2
multi_turn_base_4
['Could you kindly show me the list of files in tmp directory in my file system including the hidden one?', 'There is a report in my current directory. I have noticed the report appears somewhat cluttered; it could benefit from having its lines sorted.', "I would appreciate it if you could share the sorted result as th...
{'GorillaFileSystem': {'root': {'tmp': {'type': 'directory', 'contents': {'report.txt': {'type': 'file', 'content': 'Initial report content Unsorted data More unsorted data'}}}}}, 'TwitterAPI': {'username': 'tech_guru', 'password': 'securePass123', 'authenticated': True, 'tweets': {'0': {'id': 0, 'username': 'tech_guru...
['GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'GorillaFileSystem.sort', 'TwitterAPI.post_tweet', 'TwitterAPI.comment']
['TwitterAPI', 'GorillaFileSystem']
[['ls(a=True)'], ["sort(file_name='report.txt')"], ["post_tweet(content='Initial report content More unsorted data Unsorted data', mentions=['@Julia'], tags=['#currenttechtrend'])"]]
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
3
multi_turn_base_5
["Find analysis_report.csv and upon locating it, ensure you move it to the 'archive' directory in the same directory of analysis report for safekeeping.", "After the file transfer, display the contents of 'archive_summary.txt' in the current working directory. Sort the contents alphabetically for easy review and analys...
{'GorillaFileSystem': {'root': {'data': {'type': 'directory', 'contents': {'project': {'type': 'directory', 'contents': {'analysis_report.csv': {'type': 'file', 'content': 'Data analysis results...'}, 'archive': {'type': 'directory', 'contents': {}}, 'archive_summary.txt': {'type': 'file', 'content': 'Summary of archiv...
['GorillaFileSystem.cd', 'GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'TwitterAPI.post_tweet', 'TwitterAPI.comment']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='project')", "mv(source='analysis_report.csv',destination='archive')"], ["cat(file_name='archive_summary.txt')", "sort(file_name='archive_summary.txt')"], ["authenticate_twitter(username='dr_smith', password='securePass123')", "post_tweet(content='Managed to archive important data files!',tags=['#DataManag...
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
4
multi_turn_base_6
["It's getting late here, and I'm wrapping up my notes for the day. Please initiate a file creation in our communal folder, labeling it as 'Annual_Report_2023.docx'.", "Hi, I want to put some statistics in the annual report. Here are the things I want to put 'Company Earning: 2000 Company Expenditure: 500 Company Name:...
{'GorillaFileSystem': {'root': {'gorilla': {'type': 'directory', 'contents': {'communal': {'type': 'directory', 'contents': {}}, 'reserve': {'type': 'directory', 'contents': {}}, 'shared': {'type': 'directory', 'contents': {}}, 'archives': {'type': 'directory', 'contents': {}}}}}}}
['GorillaFileSystem.touch', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["cd(folder='communal')", "touch(file_name='Annual_Report_2023.docx')"], ["echo(content='Company Earning: 2000 Company Expenditure: 500 Company Name: Gorilla',file_name='Annual_Report_2023.docx')"], ["cat(file_name='Annual_Report_2023.docx')"], ["wc(file_name='Annual_Report_2023.docx',mode='w')"]]
[{'name': 'touch', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new file of any extension in the cu...
4
multi_turn_base_7
["Directly open the academic_venture folder and employ precise commands to generate a new directory for our upcoming academic venture, ensuring its exact placement in our present work directory. It's name should be academic_hub", 'Within academic_venture, meticulously list every project that has goal in its file name, ...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'academic_venture': {'type': 'directory', 'contents': {'goals.txt': {'type': 'file', 'content': 'Research topic selection Literature review Data collection Data analysis Draft writing Final submission'}}}, 'reference_goals.txt': {'type': 'f...
['GorillaFileSystem.mkdir', 'GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'TwitterAPI.post_tweet']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='academic_venture')", "mkdir(dir_name='academic_hub')"], ["find(path='.',name='goal')"], ["cat(file_name='goals.txt')"]]
[{'name': 'mkdir', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new directory in the current direct...
3
multi_turn_base_8
["I've recently compiled an extensive log of outcomes from my latest scientific experiment into a file titled 'experiment_log.txt'. Your task is to extract any line that features the term 'Anomaly' from this document, as these could potentially indicate critical observations that need our attention.", "Following this, ...
{'GorillaFileSystem': {'root': {'scientific_data': {'type': 'directory', 'contents': {'experiment_log.txt': {'type': 'file', 'content': 'Observation 1: Normal Observation 2: Anomaly detected Observation 3: Normal Observation 4: Anomaly detected '}, 'previous_study_log.txt': {'type': 'file', 'content': 'Observation A: N...
['GorillaFileSystem.echo', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'TwitterAPI.post_tweet', 'TwitterAPI.comment']
['TwitterAPI', 'GorillaFileSystem']
[["grep(file_name='experiment_log.txt',pattern='Anomaly')"], ["diff(file_name1='experiment_log.txt', file_name2='previous_study_log.txt')"], ["authenticate_twitter(username='dr_smith', password='securePass123')", "post_tweet(content='- Research topic selection+ Data analysis- Literature review+ Data collection- Data co...
[{'name': 'echo', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Write content to a file at current directory ...
4
multi_turn_base_9
["I remember I should have a document called 'FinalReport.txt' in the 'Documentation' folder. ", "Make a copy of 'FinalReport.txt' to the 'Archives' directory inside the 'Documentation' folder, while ensuring the duplicate is preserved as 'ArchivedFinalReport2024.txt'.", "Methodically arrange and sort the inaugural lin...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'Documentation': {'type': 'directory', 'contents': {'FinalReport.txt': {'type': 'file', 'content': 'This is the final report for the year 2024. It contains all the necessary details and summaries.'}, 'Archives': {'type': 'directory', 'contents':...
['GorillaFileSystem.cd', 'GorillaFileSystem.touch', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort']
['GorillaFileSystem']
[["cd(folder='Documentation')"], ["cp(source='FinalReport.txt',destination='Archives')", "cd(folder='Archives')", "mv(source='FinalReport.txt',destination='ArchivedFinalReport2024.txt')"], ["sort(file_name='ArchivedFinalReport2024.txt')"]]
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
3
multi_turn_base_10
["Hey, can you set up a new directory named 'Projects' right in workspace folder?", "Let's move over the project's proposal document into this 'Projects' folder, but we'll go ahead and rename it to 'final_proposal_2024'.", "Inside this directory, get cracking on a new file, call it 'notes.md', to capture all the highli...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'workspace': {'type': 'directory', 'contents': {'proposal.docx': {'type': 'file', 'content': 'Initial project proposal document content.'}, 'notes.md': {'type': 'file', 'content': 'Meeting highlights and notes.'}}}}}}}}
['GorillaFileSystem.mkdir', 'GorillaFileSystem.touch', 'GorillaFileSystem.diff', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["cd(folder='workspace')", "mkdir(dir_name='Projects')"], ["mv(source='proposal.docx',destination='Projects')", "cd(folder='Projects')", "mv(source='proposal.docx',destination='final_proposal_2024')"], ["touch(file_name='note.md')"], ["touch(file_name='summary.txt')", "echo(content='Hello',file_name='summary.txt')", "...
[{'name': 'mkdir', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new directory in the current direct...
4
multi_turn_base_11
["Display all the available files located within the '/temp' directory including hidden one using the terminal interface .", "With the information presented on the terminal, draft a post on Twitter mentioning only the file names seperated them by comma and space, and include the hashtag '#fileshowcase' to spread the wo...
{'GorillaFileSystem': {'root': {'temp': {'type': 'directory', 'contents': {'file1.txt': {'type': 'file', 'content': 'Sample content of file1'}, 'file2.txt': {'type': 'file', 'content': 'Sample content of file2'}}}}}, 'TwitterAPI': {'username': 'michael', 'password': 'michaelSecurePass123', 'authenticated': True, 'tweet...
['GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'TwitterAPI.post_tweet', 'TwitterAPI.comment']
['TwitterAPI', 'GorillaFileSystem']
[['ls(a=True)'], ["post_tweet(content='file1.txt, file2.txt',tags=['#fileshowcase'])"]]
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
2
multi_turn_base_12
["Pop on over to the 'Documents' directory and craft a new file dubbed 'summary.txt', would you? If it already exists, return an error", "In 'Documents', let's capture some profound topic 'quantum computing' and jot them down in the 'summary.txt'. The file should only contain 'quantum computing' in its contents.", "It ...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'Documents': {'type': 'directory', 'contents': {}}}}}}}
['GorillaFileSystem.ls', 'GorillaFileSystem.cd', 'GorillaFileSystem.touch', 'GorillaFileSystem.echo', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["cd(folder='Documents')", "touch(file_name='summary.txt')"], ["echo(content='quantum computing',file_name='summary.txt')"], ["wc(file_name='summary.txt',mode='w')"]]
[{'name': 'ls', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: List the contents of the current directory.', '...
3
multi_turn_base_13
["In documents directory, there's a file that piques my curiosity regarding its contents. It's alphabetically first file in that directory. Could you display the last line of that file for me?", "I've lately stored some work that parallels another document on my system. Might you review both files in this directory and...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'documents': {'type': 'directory', 'contents': {'report.txt': {'type': 'file', 'content': 'Zebra Apple Orange'}, 'summary.txt': {'type': 'file', 'content': 'Banana Grape Lemon'}}}}}}}, 'TwitterAPI': {'tweet_counter': 3, 'tweets': {'0': {'id': 0,...
['GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'TwitterAPI.post_tweet', 'TwitterAPI.retweet', 'TwitterAPI.comment']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='documents')", "tail(file_name='report.txt',lines=1)"], ["diff(file_name1='report.txt',file_name2='summary.txt')"]]
[{'name': 'cat', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Display the contents of a file of any extensio...
2
multi_turn_base_14
["First cd within the 'ResearchDocs' directory and then locate any files titled 'report.csv'.", "Once you locate 'report.csv' in the 'ResearchDocs' directory, delve into it to find lines that reference the 'Quarterly Financial Overview'.", "Extract and display the last five lines from the 'report.csv' file in the 'Rese...
{'GorillaFileSystem': {'root': {'active_project': {'type': 'directory', 'contents': {'ResearchDocs': {'type': 'directory', 'contents': {'report.csv': {'type': 'file', 'content': 'Line 1: Introduction Line 2: Quarterly Financial Overview Line 3: Details Line 4: More Details Line 5: Quarterly Financial Overview Line 6: C...
['GorillaFileSystem.mkdir', 'GorillaFileSystem.cd', 'GorillaFileSystem.find', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail', 'MessageAPI.send_message']
['MessageAPI', 'GorillaFileSystem']
[["cd(folder='ResearchDocs')", "find(path='.',name='report.csv')"], ["grep(file_name='report.csv',pattern='Quarterly Financial Overview')"], ["tail(file_name='report.csv',lines=5)"], ["message_login(user_id='USR001')", "add_contact(user_name='John Levy')", "send_message(receiver_id='USR005',message='Latest Quarter Perf...
[{'name': 'mkdir', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new directory in the current direct...
4
multi_turn_base_15
["I'm embarking on a new data analysis project that's as thrilling as scripting the next great story. Let's start by producing a file named 'DataSet1.csv' to hold all our initial bursts of raw data.", "Infuse 'DataSet1.csv' with some preliminary numbers for our initial analytical exploration, just like adding depth to ...
{'GorillaFileSystem': {'root': {'project': {'type': 'directory', 'contents': {}}}}, 'MathAPI': {}}
['GorillaFileSystem.touch', 'GorillaFileSystem.echo', 'GorillaFileSystem.sort', 'GorillaFileSystem.tail', 'GorillaFileSystem.wc', 'MathAPI.mean']
['GorillaFileSystem', 'MathAPI']
[["touch(file_name='DataSet1.csv')"], ["echo(content='Student | Math | Computer Science\\nAlice | 5 | 9\\nBob | 10 | 7',file_name='DataSet1.csv')"], ["tail(file_name='DataSet1.csv',lines=1)"], ["wc(file_name='DataSet1.csv',mode='l')", "wc(file_name='DataSet1.csv',mode='w')", "wc(file_name='DataSet1.csv',mode='c')"]]
[{'name': 'touch', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new file of any extension in the cu...
4
multi_turn_base_16
["In research directory, there is a file called 'research_notes.txt'. Please make a prioritized backup by moving a copy of it to the folder named 'archives' within research, labeling the new file as '2024_research_backup.txt'.", "Now, take the contents of '2024_research_backup.txt' that we just created and sort the lin...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'research': {'type': 'directory', 'contents': {'research_notes.txt': {'type': 'file', 'content': 'Line 3: Experiment results Line 1: Introduction Line 2: Methodology'}, 'archives': {'type': 'directory', 'contents': {}}}}}}}}}
['GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["cd(folder='research')", "cp(source='research_notes.txt',destination='archives')", "cd(folder='archives')", "mv(source='research_notes.txt',destination='2024_research_backup.txt')"], ["sort(file_name='2024_research_backup.txt')"], ["wc(file_name='2024_research_backup.txt',mode='l')"]]
[{'name': 'cp', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Copy a file or directory from one location to a...
3
multi_turn_base_17
["Could you provide me with an inventory of files that are currently visible and hidden in the directory I'm working in at the moment?", "Please cd into project folder and find Kelly's test report somewhere in the directory and read the content to me.", "Please dispatch of the report to Kelly, I need to add her contact...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'project': {'type': 'directory', 'contents': {'file1.txt': {'type': 'file', 'content': 'This is a test file.'}, 'file2.txt': {'type': 'file', 'content': 'Another document.'}, 'test_report.docx': {'type': 'file', 'content': 'Kelly Total Scor...
['GorillaFileSystem.ls', 'GorillaFileSystem.find', 'MessageAPI.send_message', 'MessageAPI.view_messages_received']
['MessageAPI', 'GorillaFileSystem']
[['ls(a=True)'], ["cd(folder='project')", "cat(file_name='test_report.docx')"], ["add_contact(user_name='Kelly')", "send_message(receiver_id='USR005',message='Kelly Total Score: 96')", 'view_messages_sent()']]
[{'name': 'ls', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: List the contents of the current directory.', '...
3
multi_turn_base_18
["Copy all the text files of the 'Quarter1_Reports' directory and place it in a new directory naming it 'Archived_Quarter1.", "Within the 'MonthlySummary.docx' file, display the content and sort it alphabetically by line to organize the information neatly.", "Compare the educational material differences between 'Histor...
{'GorillaFileSystem': {'root': {'Quarter1_Reports': {'type': 'directory', 'contents': {'report1.txt': {'type': 'file', 'content': 'Quarter 1 financial report.'}, 'report2.txt': {'type': 'file', 'content': 'Quarter 1 sales report.'}, 'Backup': {'type': 'directory', 'contents': {}}, 'MonthlySummary.docx': {'type': 'file'...
['GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'TwitterAPI.post_tweet', 'TwitterAPI.mention']
['TwitterAPI', 'GorillaFileSystem']
[["mkdir(dir_name='Archived_Quarter1')", "cp(source='report1.txt',destination='Archived_Quarter1')", "cp(source='report2.txt',destination='Archived_Quarter1')", "cp(source='History101.txt',destination='Archived_Quarter1')", "cp(source='History202.txt',destination='Archived_Quarter1')"], ["cat(file_name='MonthlySummary....
[{'name': 'cp', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Copy a file or directory from one location to a...
3
multi_turn_base_19
["Find every file with the name 'test_document.txt' nestled within the current directory.", "Transfer a duplicate of 'test_document.txt' over to the archives folder and rename it 'final_document.txt'.", "Reveal the contents of 'final_document.txt' located in the archives."]
{'GorillaFileSystem': {'root': {'work': {'type': 'directory', 'contents': {'test_document.txt': {'type': 'file', 'content': 'This is a draft version of the document.'}, 'archives': {'type': 'directory', 'contents': {}}}}}}}
['GorillaFileSystem.cd', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.grep', 'MessageAPI.send_message']
['MessageAPI', 'GorillaFileSystem']
[["find(path='.',name='test_document.txt')"], ["cp(source='test_document.txt',destination='archives')", "cd(folder='archives')", "mv(source='test_document.txt',destination='final_document.txt')"], ["cat(file_name='final_document.txt')"]]
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
3
multi_turn_base_20
['Go to documents folder in CWD. Next, from the first document in current folder. What does the last line look like?', 'Write the difference of the first two file into a new file call file5.txt.']
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'documents': {'type': 'directory', 'contents': {'file1.txt': {'type': 'file', 'content': 'The quick brown fox jumps over the lazy dog.'}, 'file2.txt': {'type': 'file', 'content': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'}, 'file...
['GorillaFileSystem.ls', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'TwitterAPI.post_tweet']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='documents')", "tail(file_name='file1.txt',lines=1)"], ["diff(file_name1='file1.txt',file_name2='file2.txt')", "echo(content='- The quick brown fox jumps over the lazy dog.\\n+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.',file_name='file5.txt')"]]
[{'name': 'ls', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: List the contents of the current directory.', '...
2
multi_turn_base_21
["I've just put together a file named 'ProjectOverview.txt' into my working directory where I've laid out an initial summary of the project. But as I foresee possible modifications down the line, I'd like to modify the file content by putting 'To be discussed' in it.", "For peace of mind, let's ensure both 'ProjectOver...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'ProjectOverview.txt': {'type': 'file', 'content': 'Initial summary of the project. '}, 'Draft.txt': {'type': 'file', 'content': 'Old draft content.'}, 'Backups': {'type': 'directory', 'contents': {}}}}}}, 'TwitterAPI': {'tweet_counter': 0,...
['GorillaFileSystem.touch', 'GorillaFileSystem.diff', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'TwitterAPI.post_tweet', 'TwitterAPI.mention']
['TwitterAPI', 'GorillaFileSystem']
[["echo(content='To be discussed',file_name='ProjectOverview.txt')"], ["diff(file_name1='ProjectOverview.txt',file_name2='Draft.txt')"], ["authenticate_twitter(username='tech_guru', password='securePass123')", "post_tweet(content='Initial summary of the project. To be discussed.', tags=['#ProjectUpdate'],mentions=['@ma...
[{'name': 'touch', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new file of any extension in the cu...
3
multi_turn_base_22
["There's a file I cooked up earlier named 'project_analysis.txt' in workspace folder, and I've just realized it desperately needs some extensive updating. Could you roll the content out for me to have a look-see?", "Much appreciated! Now, I'm sprucing up my analysis here. Could you whip up a duplicate of 'project_anal...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'workspace': {'type': 'directory', 'contents': {'project_analysis.txt': {'type': 'file', 'content': 'Initial analysis content.'}, 'old_project_analysis.txt': {'type': 'file', 'content': 'Old analysis content.'}, 'project_archive': {'type': 'dire...
['GorillaFileSystem.touch', 'GorillaFileSystem.diff', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'TwitterAPI.post_tweet', 'TwitterAPI.mention']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='workspace')", "cat(file_name='project_analysis.txt')"], ["cp(source='project_analysis.txt', destination='project_archive')"], ["diff(file_name1='project_analysis.txt', file_name2='old_project_analysis.txt')"], ["authenticate_twitter(username='tech_guru', password='securePass123')", "post_tweet(content='Ju...
[{'name': 'touch', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new file of any extension in the cu...
4
multi_turn_base_23
["I need you to draft a comprehensive guide for our new initiative, and let's name it 'Project_Guide_1.md'. Put 'Comprehensive guide for the new initiative.' in it.", 'I would love to get the human-readable disk usage of the current working directory.', "There's a minor snag in our ticketing system. Ticket #7423 is sti...
{'GorillaFileSystem': {'root': {'alpha': {'type': 'directory', 'contents': {'Project_Guide.md': {'type': 'file', 'content': 'Comprehensive guide for the new initiative.'}}}}}, 'TicketAPI': {'ticket_queue': [{'id': 7423, 'status': 'unresolved', 'description': 'Minor snag in the ticketing system.'}]}}
['GorillaFileSystem.ls', 'GorillaFileSystem.cd', 'GorillaFileSystem.touch', 'GorillaFileSystem.cp', 'GorillaFileSystem.rm', 'TicketAPI.resolve_ticket']
['TicketAPI', 'GorillaFileSystem']
[["touch(file_name='Project_Guide_1.md')", "echo(content='Comprehensive guide for the new initiative.',file_name='Project_Guide_1.md')"], ['du(human_readable=True)'], ["resolve_ticket(ticket_id=7423,resolution='')"]]
[{'name': 'ls', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: List the contents of the current directory.', '...
3
multi_turn_base_24
['Look for draft and final report in my current directory. Compare the content difference of both.', "Transfer 'temp_notes.txt' into the 'archives' directory and rename it to 'notes_2024.txt'.", 'I recently documented a support ticket due to an issue with my workstation, and I recall the ticket number was 987654, thoug...
{'GorillaFileSystem': {'root': {'project': {'type': 'directory', 'contents': {'report_draft.txt': {'type': 'file', 'content': 'Initial draft content for the report.'}, 'report_final.txt': {'type': 'file', 'content': 'Finalized content for the report.'}, 'temp_notes.txt': {'type': 'file', 'content': 'Temporary notes for...
['GorillaFileSystem.echo', 'GorillaFileSystem.diff', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'TicketAPI.get_ticket', 'TicketAPI.resolve_ticket']
['TicketAPI', 'GorillaFileSystem']
[["diff(file_name1='report_draft.txt', file_name2='report_final.txt')"], ["mv(source='temp_notes.txt', destination='archives')", "cd('archives')", "mv(source='temp_notes.txt',destination='notes_2024.txt')"], ['get_ticket(ticket_id=987654)'], ["resolve_ticket(ticket_id=987654, resolution='Fixed through manual troublesho...
[{'name': 'echo', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Write content to a file at current directory ...
4
multi_turn_base_25
["Examine current directory for any presence of the file named 'summary.txt'. If there is one, What's inside?", "Copy it into 'Research2023'.", "Post review, organize the lines in 'summary.txt' alphabetically.", "Conclude by calculating the total lines in the sorted 'summary.txt' to verify that everything is meticulous...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'Research2023': {'type': 'directory', 'contents': {}}, 'summary.txt': {'type': 'file', 'content': 'This is the summary of the project. It includes various findings and conclusions. Further analysis is required.'}}}}}}
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["cat(file_name='summary.txt')"], ["cp(source='summary.txt',destination='Research2023')"], ["cd(folder='Research2023')", "sort(file_name='summary.txt')"], ["wc(file_name='summary.txt',mode='l')"]]
[{'name': 'mkdir', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new directory in the current direct...
4
multi_turn_base_26
['Could you kindly navigate to the temporary directory and list all the files available there right in the terminal for me? I would like to quickly skim through them and all the hidden files.', "What's inside the last file displayed?", 'Create a docx file with the same name as the previosu file but changing the format,...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'tmp': {'type': 'directory', 'contents': {'file1.txt': {'type': 'file', 'content': 'This is some important data. Another line of text.'}, 'file2.txt': {'type': 'file', 'content': 'Just some random text. More important data here.'}, 'file3.txt': ...
['GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort']
['GorillaFileSystem']
[["cd(folder='tmp')", 'ls(a=True)'], ["cat(file_name='file3.txt')"], ["touch(file_name='file3.docx')", "echo(content='Nothing important here. Yet another line.',file_name='file3.docx')"]]
[{'name': 'cd', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Change the current working directory to the spe...
3
multi_turn_base_27
["Hey there, I constructed a file titled 'project_plan.md' that resides happily in my workspace directory. Could you be so kind as to rename it to project_overview.md.", "In light of new developments with respect to file management, I've come across an urgent conundrum: servers are down unexpectedly. Draft a support ti...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'workspace': {'type': 'directory', 'contents': {'project_plan.md': {'type': 'file', 'content': 'Initial project plan details.'}}}}}}}, 'TicketAPI': {'ticket_queue': [{'id': 12, 'description': 'Servers are down unexpectedly.', 'priority': 3}]}}
['GorillaFileSystem.touch', 'GorillaFileSystem.cp', 'GorillaFileSystem.rm', 'TicketAPI.create_ticket', 'TicketAPI.edit_ticket']
['TicketAPI', 'GorillaFileSystem']
[["cd(folder='workspace')", "mv(source='project_plan.md',destination='project_overview.md')"], ["ticket_login(username='tech_guru', password='securePass123')", "create_ticket(title='emergency',description='Initial project plan details.', priority=3)"], ["create_ticket(title='emergency',description='Additional insights....
[{'name': 'touch', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new file of any extension in the cu...
3
multi_turn_base_28
['Where is my analysis? Locate any file with analysis in it.', 'Naviagte to that first analysis and identify any line with error in it.', "Let's bring some order to the project documents. I want to human readible log the storage usage of the entire current directory to usage.txt file. The content of the file should be ...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'data': {'type': 'directory', 'contents': {'analysis_report.txt': {'type': 'file', 'content': 'Line 1: No error Line 2: Minor error detected Line 3: All systems operational Line 4: Critical error found'}, 'project_summary.txt': {'type': 'fi...
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.tail', 'GorillaFileSystem.wc', 'MathAPI.logarithm']
['GorillaFileSystem', 'MathAPI']
[["find(path='.', name='analysis')"], ["cd(folder='data')", "grep(file_name='analysis_report.txt',pattern='error')"], ['du(human_readable=True)', "touch(file_name='usage.txt')", "echo(content='205 bytes',file_name='usage.txt')"]]
[{'name': 'mkdir', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new directory in the current direct...
3
multi_turn_base_29
["Open up 'VisionX' folder. What's the human readible disk usage of that folder?", "Create a file name based on the number of byte used. It should be in 'number.pdf' format.", 'Finally, in that file, Write my last question in it.']
{'GorillaFileSystem': {'root': {'Akab': {'type': 'directory', 'contents': {'VisionX': {'type': 'directory', 'contents': {'config_main.txt': {'type': 'file', 'content': 'This is the main configuration file. Note: deprecated features are listed here.'}}}, 'Archives': {'type': 'directory', 'contents': {}}}}}}}
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep']
['GorillaFileSystem']
[["cd(folder='VisionX')", 'du(human_readable=True)'], ["touch(file_name='79.pdf')"], ["echo(content='Create a file name based on the number of byte used. It should be in \\'number.pdf\\' format.',file_name='79.pdf')"]]
[{'name': 'mkdir', 'description': 'This tool belongs to the Gorilla file system. It is a simple file system that allows users to perform basic file operations such as navigating directories, creating files and directories, reading and writing to files, etc. Tool description: Create a new directory in the current direct...
3
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
29