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
multi_turn_base_30
["Search for test result of Apollo Project which is supposed to be in the project directory. It's likely a JSON file. While it's a secret file, please take a look and tell me what's inside.", 'Craft and broadcast an electrifying tweet on my profile, sharing with the world the thrilling discovery of these previously hid...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'ProjectApollo': {'type': 'directory', 'contents': {}}, 'project': {'type': 'directory', 'contents': {'test_results.json': {'type': 'file', 'content': '{"experiment": "Apollo Test", "result": "Success", "details": "All systems operational."...
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'TwitterAPI.post_tweet']
['TwitterAPI', 'GorillaFileSystem']
[["cd(folder='project')", "cat(file_name='test_results.json')"], ["post_tweet(content='{experiment: Apollo Test, result: Success, details: All systems operational.}')"]]
[{'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...
2
multi_turn_base_31
["Hey there, I need to set up a directory titled 'Reports' in my current workspace. Once that's in place, could you help me locate a file called 'summary.doc' in this vicinity and transfer it to the new 'Reports' folder? After that, I'd appreciate if you could find and open up 'data.txt', then scan through it to identi...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'summary.doc': {'type': 'file', 'content': 'This is the summary document content.'}, 'data.txt': {'type': 'file', 'content': 'Q1 results Q2 results Q3 results Q4 financials Q4 financials analysis End of year summary'}}}}}}
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.wc', 'MathAPI.standard_deviation']
['GorillaFileSystem', 'MathAPI']
[["mkdir(dir_name='Reports')", "mv(source='summary.doc', destination='Reports')", "cat(file_name='data.txt')", "grep(pattern='Q4 financials', file_name='data.txt')", "wc(file_name='data.txt',mode='l')"], ["cd('Reports')", "wc(file_name='summary.doc',mode='c')", 'mean([37])']]
[{'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...
2
multi_turn_base_32
["I would like to peek the content of 'Spring2023Draft' for review, and could you also provide a comprehensive character count of that same file for thorough assessment?", "While analyzing my project's numerical data, determine the logarithm of the character count to the base 6 with precision up to four decimal places....
{'GorillaFileSystem': {'root': {'project': {'type': 'directory', 'contents': {'Spring2023Draft': {'type': 'file', 'content': 'These are the notes for Spring 2023.'}, 'PastSeasons': {'type': 'directory', 'contents': {}}}}}}}
['GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.wc', 'MathAPI.logarithm']
['GorillaFileSystem', 'MathAPI']
[["cat(file_name='Spring2023Draft')", "wc(file_name='Spring2023Draft', mode='c')"], ['logarithm(value=36.0,base=6.0,precision=4)', "touch('result.txt')", "echo(content='2.0',file_name='result.txt')"]]
[{'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...
2
multi_turn_base_33
["What's the name of the python file my current directory? There should be only one and. Do not list hidden files. ", 'Use grep to find out the name of the function of the script.', "And while we're diving into the deployments, let's pinpoint every mention of 'update' in this script and jot those lines down for scrutin...
{'GorillaFileSystem': {'root': {'project': {'type': 'directory', 'contents': {'deploy.py': {'type': 'file', 'content': 'def deploy(): # update the system pass# update the database# update the server# final checks'}}}, 'backup_scripts': {'type': 'directory', 'contents': {}}}}, 'MessageAPI': {'user_count': 5, 'curr...
['GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail', 'MessageAPI.send_message', 'MessageAPI.view_messages_received']
['MessageAPI', 'GorillaFileSystem']
[['ls()'], ["grep(file_name='deploy.py', pattern='def')"], ["grep(file_name='deploy.py', pattern='update')"], ["send_message(receiver_id='USR003', message='update the system')"]]
[{'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_34
["I'd like to take a look at the finance_report.txt. Would you send me the content of the last line.", "According to the financial report, what's the mean of revenue and expense and profit. Round to nearest integer and write it in a new file called statistics.txt. Note that only write the integer and nothing else to th...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'notes': {'type': 'directory', 'contents': {}}, 'archive': {'type': 'directory', 'contents': {}}, 'finance_report.txt': {'type': 'file', 'content': 'Revenue: $5000Expenses: $3000Profit: $2000Deadline: Q1Deadline: Q2Deadline: Q3Deadline: Q4D...
['GorillaFileSystem.cd', 'GorillaFileSystem.touch', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.tail']
['GorillaFileSystem', 'MathAPI']
[["tail(file_name='finance_report.txt',lines=1)"], ["cat(file_name='finance_report.txt')", 'mean(numbers=[5000,3000,2000])', "touch(file_name='statistics.txt')", "echo(content='3333',file_name='statistics.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...
2
multi_turn_base_35
["Find a file named 'config.py' somewhere deep in the file system and once you have located it, display the last line of the first occuring file.", 'This is actually not what I want. Could you display the entire content of the second file found.', 'Store the differences of the two file in a new file call diff.txt.']
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'projects': {'type': 'directory', 'contents': {'deep_folder': {'type': 'directory', 'contents': {'config.py': {'type': 'file', 'content': 'Initialization of the system Error in module Setup complete Initialization successful Error detected'}, 'r...
['GorillaFileSystem.find', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc', 'MathAPI.logarithm']
['GorillaFileSystem', 'MathAPI']
[["cd(folder='projects')", "cd(folder='deep_folder')", "tail(file_name='config.py',lines=1)"], ["cat(file_name='real_config.py')"], ["diff(file_name1='config.py',file_name2='real_config.py')", "touch(file_name='diff.txt')", "echo(content='- Initialization of the system+ Real Config.',file_name='diff.txt')"]]
[{'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...
3
multi_turn_base_36
["Kindly draft a document titled 'project_summary.txt' right here in documents directory. Yield an error if it already exists.", " I need it archived. Replicate it into the archive folder, but rename it to 'summary_2024.txt'.", "In the contents of 'summary_2024.txt', please fish out and highlight any lines featuring th...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'documents': {'type': 'directory', 'contents': {'project.txt': {'type': 'file', 'content': 'Project progress is on track. The team has completed the initial phase. Progress is being monitored closely. Final adjustments are underway.The project i...
['GorillaFileSystem.touch', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail', 'GorillaFileSystem.wc', 'MathAPI.logarithm']
['GorillaFileSystem', 'MathAPI']
[["cd(folder='documents')", "touch(file_name='project_summary.txt')"], ["cp(source='project_summary.txt', destination='archive')", "cd(folder='archive')", "mv(source='project_summary.txt', destination='summary_2024.txt')"], ["grep(file_name='summary_2024.txt',pattern='Progress')"]]
[{'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_37
['Could you go to temp directory, and for each file in there, count the number of lines.', "Now, scour through the mysterious 'dev_summary.txt' and hunt for any mentions or whispers of 'server error'.", "Make a new file whose name is the number of line but in txt format and append the second sentence containing 'server...
{'GorillaFileSystem': {'root': {'temp': {'type': 'directory', 'contents': {'dev_summary.txt': {'type': 'file', 'content': 'This is a summary of the development process. No server error occurred during the initial phase. However, a server error was detected in the final testing phase. The team is working on resolving th...
['GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'GorillaFileSystem.cat', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["wc(file_name='dev_summary.txt',mode='l')"], ["grep(file_name='dev_summary.txt',pattern='server error')"], ["touch(file_name='1.txt')", "echo(content='However, a server error was detected in the final testing phase.',file_name='1.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_38
["I've misplaced a vital document inclusive of extensive research. Assist in locating a file named 'findings_report' within this 'SuperResearch'. Could you remove it and the directory.", "What's left in the current directory including the hidden files?"]
{'GorillaFileSystem': {'root': {'researcher': {'type': 'directory', 'contents': {'SuperResearch': {'type': 'directory', 'contents': {'findings_report': {'type': 'file', 'content': 'This document contains a breakthrough in our research. Further analysis is required to understand the full implications of this breakthroug...
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc']
['GorillaFileSystem']
[["cd(folder='SuperResearch')", "rm(file_name='findings_report')", "cd(folder='..')", "rmdir(dir_name='SuperResearch')"], ['ls(a=True)']]
[{'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...
2
multi_turn_base_39
["I need you to set up a fresh folder named 'WebDevProjects' wherever you're currently working.", "Populate the 'WebDevProjects' folder with 3 files:, 'styles.css', 'index.html', and 'script.js' with content 'Hello World!','Hi World!', 'Halo World!' in each.", "What's the second file name by system order? Don't list o...
{'GorillaFileSystem': {'root': {'current_working_directory': {'type': 'directory', 'contents': {}}}}}
['GorillaFileSystem.mkdir', 'GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'GorillaFileSystem.sort', 'GorillaFileSystem.tail']
['GorillaFileSystem']
[["mkdir(dir_name='WebDevProjects')"], ["cd(folder='WebDevProjects')", "touch(file_name='styles.css')", "echo(content='Hello World!', file_name='styles.css')", "touch(file_name='index.html')", "echo(content='Hi World!', file_name='index.html')", "touch(file_name='script.js')", "echo(content='Halo World!', file_name='sc...
[{'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_40
["Arrange a complete listing of all files and directories presently located here, making sure you don't overlook the hidden ones too.", "Transfer the 'annual_report.txt' in Documents directory to the 'Reports' directory that's in Documents directory, but also make sure it remains available in its current spot.", "Revea...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'Documents': {'type': 'directory', 'contents': {'annual_report.txt': {'type': 'file', 'content': 'Annual report content with Q4 results.'}, 'Q4_summary.doc': {'type': 'file', 'content': 'Summary of Q4 results. Conclusion: Profits increased.'}, '...
['GorillaFileSystem.ls', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail', 'MessageAPI.send_message']
['MessageAPI', 'GorillaFileSystem']
[['ls(a=True)'], ["cd(folder='Documents')", "cp(source='annual_report.txt', destination='Reports')"], ["tail(file_name='Q4_summary.doc',lines=1)"], ["message_login(user_id='USR001')", "send_message(receiver_id='USR002', message='The report has been finalized.')"]]
[{'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_41
['Where is my notes? Forward it exactly to Bob please. I am USR001.', 'After Bob has received the details, would you mind removing it since there are some errors?']
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'initial_directory': {'type': 'directory', 'contents': {'notes': {'type': 'file', 'content': 'Meeting notes and project details.'}, 'other_file.txt': {'type': 'file', 'content': 'Some other content.'}}}}}}}, 'MessageAPI': {}}
['GorillaFileSystem.ls', 'GorillaFileSystem.cd', 'GorillaFileSystem.find', 'MessageAPI.send_message', 'MessageAPI.delete_message']
['MessageAPI', 'GorillaFileSystem']
[["cd(folder='initial_directory')", "cat(file_name='notes')", "get_user_id(user='Bob')", "message_login(user_id='USR001')", "send_message(receiver_id='USR002',message='Meeting notes and project details.')"], ["delete_message(receiver_id='USR002')"]]
[{'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_42
["In my existing folder called 'Lectures', I'd like to set up a new file called 'Notes2023.txt'.", "Inside 'Notes2023.txt', I shall jot down some pivotal reminders: 'Study diligently, practice programming, master algorithms.'", "Ascertain for me how many characters of text remain in this alphabetically sorted version o...
{'GorillaFileSystem': {'root': {'Lectures': {'type': 'directory', 'contents': {}}}}, 'MathAPI': {}}
['GorillaFileSystem.cd', 'GorillaFileSystem.touch', 'GorillaFileSystem.echo', 'GorillaFileSystem.cat', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc', 'MathAPI.standard_deviation']
['GorillaFileSystem', 'MathAPI']
[["touch(file_name='Notes2023.txt')"], ["echo(content='Study diligently, practice programming, master algorithms.',file_name='Notes2023.txt')"], ["wc(file_name='Notes2023.txt',mode='c')"]]
[{'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_43
["Arrange a complete listing of all files and directories presently located here, making sure you don't overlook the hidden ones too.", "Locate any document titled 'annual_report.txt' wherever it might be within this directory or its subdirectories.", "What's inside?", "Log my user id USR001 in, and relay a message to ...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'Documents': {'type': 'directory', 'contents': {'annual_report.txt': {'type': 'file', 'content': 'This is the annual report. It includes Q4 results and other financial data.'}, 'Q4_summary.doc': {'type': 'file', 'content': 'The Q4 summary conclu...
['GorillaFileSystem.ls', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.grep', 'GorillaFileSystem.tail', 'MessageAPI.send_message']
['MessageAPI', 'GorillaFileSystem']
[['ls(a=True)'], ["find(path='.',name='annual_report.txt')"], ["cd(folder='Documents')", "cat(file_name='annual_report.txt')"], ["message_login(user_id='USR001')", "send_message(receiver_id='USR002', message='This is the annual report. It includes Q4 results and other financial data.')"]]
[{'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_44
["Could you populate 'annual_report.txt' with data on quarterly revenue: 'Q1: $5000, Q2: $7000, Q3: $6000, Q4: $8000'? I only want to store the quoted text in my file. The file is somehwhere inside the file system.", "What's the mean of the quarterly revenue?", "Can you write the answer rounded in nearest integer into ...
{'GorillaFileSystem': {'root': {'alex': {'type': 'directory', 'contents': {'documents': {'type': 'directory', 'contents': {'annual_report.txt': {'type': 'file', 'content': ''}}}}}}}, 'MathAPI': {}}
['GorillaFileSystem.touch', 'GorillaFileSystem.echo', 'GorillaFileSystem.grep', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc', 'MathAPI.mean']
['GorillaFileSystem', 'MathAPI']
[["cd(folder='documents')", "echo(content='Q1: $5000, Q2: $7000, Q3: $6000, Q4: $8000',file_name='annual_report.txt')"], ['mean(numbers=[5000,7000,6000,8000])'], ["touch(file_name='MeanRevenue.txt')", "echo(content='6500',file_name='MeanRevenue.txt')"]]
[{'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_45
["Explore 'ResearchDocs' to find second files or subdirectories that contain the keyword 'draft'.", 'Make a copy of summary_draft.docx, name it ultimate_draft.docx and put it in ResearchDocs directory']
{'GorillaFileSystem': {'root': {'shared_workspace': {'type': 'directory', 'contents': {'ResearchDocs': {'type': 'directory', 'contents': {'draft_notes.txt': {'type': 'file', 'content': 'This is a draft document for research purposes. It contains preliminary findings and notes.'}, 'summary_draft.docx': {'type': 'file', ...
['GorillaFileSystem.mkdir', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'GorillaFileSystem.wc', 'MathAPI.standard_deviation']
['GorillaFileSystem', 'MathAPI']
[["find(path='ResearchDocs', name='draft')"], ["cd(folder='ResearchDocs')", "cp(source='summary_draft.docx', destination='ultimate_draft.docx')"]]
[{'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...
2
multi_turn_base_46
["Delete all the files in the 'Drafts' directory including the directory."]
{'GorillaFileSystem': {'root': {'dylan': {'type': 'directory', 'contents': {'Drafts': {'type': 'directory', 'contents': {'DylanProject.txt': {'type': 'file', 'content': 'Initial outline of the Dylan project.'}}}, 'ArchivedProjects': {'type': 'directory', 'contents': {}}}}}}}
['GorillaFileSystem.echo', 'GorillaFileSystem.sort', 'GorillaFileSystem.diff', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'GorillaFileSystem.cat', 'MessageAPI.send_message']
['MessageAPI', 'GorillaFileSystem']
[["cd(folder='Drafts')", "rm(file_name='DylanProject.txt')", "cd(folder='..')", "rmdir(dir_name='Drafts')"]]
[{'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 ...
1
multi_turn_base_47
["I have a list of student record in this directory, could you find me where is it by telling me its name and using 'find'?", 'Look at the student_record.txt and tell me the average score.', 'What about the standard deviation?']
{'GorillaFileSystem': {'root': {'project_directory': {'type': 'directory', 'contents': {'student_record.txt': {'type': 'file', 'content': 'John: 100 Jane: 95 Alice: 85 Bob: 90 Tom: 88 Olivia: 92'}}}}}, 'MathAPI': {}}
['GorillaFileSystem.touch', 'GorillaFileSystem.echo', 'GorillaFileSystem.sort', 'GorillaFileSystem.wc', 'MathAPI.mean']
['GorillaFileSystem', 'MathAPI']
[["find(path='.')"], ["cat(file_name='student_record.txt')", 'mean(numbers=[100, 95, 85, 90, 88, 92])'], ['standard_deviation(numbers=[100, 95, 85, 90, 88, 92])']]
[{'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_48
["In my workspace folder, direct your attention to the initial directory we have access to and list out the files present including the hidden files. Should you stumble upon a directory named 'test', go into there, dive deep and identify any files with 'test' in their names using 'ls'. Keeping tabs on details is key.",...
{'GorillaFileSystem': {'root': {'workspace': {'type': 'directory', 'contents': {'assignment.docx': {'type': 'file', 'content': 'This is the assignment document content.'}, 'test': {'type': 'directory', 'contents': {'test_file1.txt': {'type': 'file', 'content': 'This is a test file.'}, 'test_file2.txt': {'type': 'file',...
['GorillaFileSystem.ls', 'GorillaFileSystem.cd', 'GorillaFileSystem.find', 'GorillaFileSystem.cp', 'GorillaFileSystem.mv', 'TicketAPI.get_ticket']
['TicketAPI', 'GorillaFileSystem']
[['ls(a=True)', "cd(folder='test')"], ["wc(file_name='test_file1.txt',mode='c')", "wc(file_name='test_file2.txt',mode='c')"], ["edit_ticket(ticket_id=654321, updates={'priority':2})"]]
[{'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_49
['Within the temp directory, could you list all the current files directly in the terminal including all the hidden files, ensuring we maintain the present directory structure intact and refrain from generating any additional directories or files?', "Select the third file displayed in that directory and meticulously re...
{'GorillaFileSystem': {'root': {'temp': {'type': 'directory', 'contents': {'file1.txt': {'type': 'file', 'content': 'Line 1\nLine 2\nLine 3\nLine 4\nLine 5\nLine 6\nLine 7\nLine 8\nLine 9\nLine 10\nLine 11\nLine 12\nLine 13\nLine 14\nLine 15\nLine 16\nLine 17\nLine 18\nLine 19\nLine 20'}, 'file2.txt': {'type': 'file', ...
['GorillaFileSystem.cd', 'GorillaFileSystem.echo', 'GorillaFileSystem.sort', 'GorillaFileSystem.tail', 'GorillaFileSystem.wc', 'MathAPI.logarithm']
['GorillaFileSystem', 'MathAPI']
[['ls(a=True)'], ["sort(file_name='file3.txt')", "tail(file_name='file3.txt')"], ["wc(file_name='file3.txt',mode='l')"], ['logarithm(value=20,base=10,precision=2)']]
[{'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_50
["Hey there, I noticed that all of my car doors seem to have locked themselves up, and with my schedule being pretty tight today, I'm in quite a pinch. I could really use your help to get those doors unlocked. It'd be fantastic if you could also switch on the headlights. It's getting a bit darker out here than expected...
{'VehicleControlAPI': {'fuelLevel': 10.5, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 70, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parkingBrakeSta...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.setHeadlights']
['VehicleControlAPI']
[["lockDoors(unlock=True, door=['driver', 'passenger', 'rear_left', 'rear_right'])", "setHeadlights(mode='on')"]]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
1
multi_turn_base_51
["I've noticed that some of my car doors are slightly ajar while others seem to be securely locked. Would you be able to verify and make sure all doors are properly locked for safety?", "I'm all set to start my drive. Would you initiate the engine's ignition in START mode?", "Before setting off, I'm keen to ensure my t...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'MessageAPI.send_message', 'MessageAPI.view_messages_received', 'MessageAPI.delete_message']
['MessageAPI', 'VehicleControlAPI']
[["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])"], ['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', 'find_nearest_tire_shop()'], ["message_login('USR001')", "send_message(receiver_id='USR002', message='I am on my way to your place...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_52
['I have secured my car by locking all doors and applying the parking brake. Would it be possible to start the engine so I can monitor the fuel level and battery status, ensuring smooth operation?', "I've initiated my vehicle, and I'd greatly appreciate it if you could take a look at the tire pressures. Should any tire...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parkingBrakeSta...
['VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation', 'TwitterAPI.post_tweet', 'TwitterAPI.comment']
['TwitterAPI', 'VehicleControlAPI']
[['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', 'find_nearest_tire_shop()'], ["post_tweet('Tires checked and engine purring smoothly!', tags=['#RoadTrip'], mentions=['@AutoUpdates'])"], ["comment(tweet_id = 10, comment_content = 'Safety first! Remember tire checks...
[{'name': 'startEngine', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Starts the engine of the vehicle.', 'parameters': {'type': 'dict', 'properties': {'ignitionMode':...
4
multi_turn_base_53
["First, you need to know how much gasoline you added to your car, expressed in liters. You've just filled up with 30 gallons, so how many liters of fuel does that equate to?", "Let's take the initiative to start the engine in start mode. We want to ascertain that it operates smoothly with the increased fuel level.", "...
{'VehicleControlAPI': {'fuelLevel': 30.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TwitterAPI.post_tweet']
['TwitterAPI', 'VehicleControlAPI']
[['gallon_to_liter(gallon=30.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()'], ["post_tweet('Tire pressures are optimal!', tags=['#CarMaintenance'], mentions=['@VehicleGuru'])"...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
4
multi_turn_base_54
['Would you be able to convert 20 liters of gasoline into gallons for me? Afterwards, starting the engine to check for smooth operation would be appreciated.', "With the engine happily purring, I find myself pondering over the tire pressure now. Might you check that for me? And if you can, share the tire pressure statu...
{'VehicleControlAPI': {'fuelLevel': 20.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TwitterAPI.post_tweet', 'TwitterAPI.retweet']
['TwitterAPI', 'VehicleControlAPI']
[['liter_to_gallon(liter=20.0)', "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', "post_tweet(content='not healthy', tags=['#CarMaintenance'], mentions=['@VehicleGuru'])"], ['retweet(...
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
3
multi_turn_base_55
["If the fuel level is lower than 10, then go ahead and add double that amount. Let's assume I will also head out right after, so feel free to start the engine using the necessary mode.", 'Since we are all set to go, could you quickly check the pressure of all the tires to ensure everything is safe for our journey?', "...
{'VehicleControlAPI': {'fuelLevel': 7.5, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TicketAPI.create_ticket', 'TicketAPI.get_ticket', 'TicketAPI.resolve_ticket']
['TicketAPI', 'VehicleControlAPI']
[["displayCarStatus('fuel')", 'fillFuelTank(15.0)', "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()'], ["create_ticket(title='Tire Pressure Issue', description='Urgent tire pressure is...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_56
["I'm setting off on a road trip and my departure point is sunny San Francisco. Could you determine the distance to Rivermist to help me plan my fuel stops on the way?", 'Before embarking on this journey, please top up my vehicle to end with 50 gallons of fuel.', 'Please start the engine to prepare for our travel. Ensu...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance']
['VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='94016', cityB='83214')"], ["displayCarStatus('fuel')", 'fillFuelTank(fuelAmount=40)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1...
[{'name': 'fillFuelTank', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Fills the fuel tank of the vehicle. The fuel tank can hold up to 50 gallons.', 'parameters': {'t...
3
multi_turn_base_57
["I've been thinking of visiting Autumnville for a while now, but I'm not sure how far it is from here in Crescent Hollow. Can you help me figure this out so I can plan my trip accordingly?", "Oh, and by the way, there's something else I need help with. I want to calculate the logarithm of the distance you've just told...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'running', 'doorStatus': {'driver': 'locked', 'passenger': 'unlocked', 'rear_left': 'locked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 70, 'acMode': 'cool', 'humidityLevel': 45.0, 'headLightStatus': 'on', 'parkingBrake...
['VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'MathAPI.logarithm']
['VehicleControlAPI', 'MathAPI']
[["get_zipcode_based_on_city('Crescent Hollow')", "get_zipcode_based_on_city('Autumnville')", "estimate_distance(cityA='69238', cityB='51479')"], ['logarithm(value=630.0, base=10, precision=5)']]
[{'name': 'get_zipcode_based_on_city', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the zipcode based on the city.', 'parameters': {'type': 'dict', 'properties': ...
2
multi_turn_base_58
['I am planning a road trip from Rivermist to San Francisco, and I need to know how far I will be traveling. This would help me ensure that my car is sufficiently fueled for the journey.', 'Given that the trip spans almost a thousand kilometers, could you help me make sure the fuel tank is full? Btw, I have a 30-gallon...
{'VehicleControlAPI': {'fuelLevel': 0.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'TwitterAPI.post_tweet', 'TwitterAPI.mention']
['TwitterAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='94016', cityB='83214')"], ['gallon_to_liter(gallon=30)', 'fillFuelTank(fuelAmount=50)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
4
multi_turn_base_59
["I recently moved to San Francisco and I’m planning a trip to Rivermist. How far apart are these places? I'd like to gauge the distance before setting off on this adventure.", "Now that I have the distance sorted, I'm considering the fuel situation. What's the current level of gasoline I have in liters?", "With the li...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'MathAPI.logarithm']
['VehicleControlAPI', 'MathAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='94016', cityB='83214')"], ["displayCarStatus(option='fuel')", 'gallon_to_liter(gallon=10)'], ['fillFuelTank(fuelAmount=40)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_righ...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
4
multi_turn_base_60
["It's been quite an adventure today! Before embarking on a long trip, I filled up my cars fuel tank, doubling its existing level for a safe journey. Please go ahead and start the engine so I can ensure the vehicle's operations are smooth.", "Oh no! One of the tires feels odd. Could you check the tire pressure to confi...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TicketAPI.create_ticket', 'TicketAPI.get_ticket', 'TicketAPI.close_ticket']
['TicketAPI', 'VehicleControlAPI']
[["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()'], ["create_ticket(title='Tire Pressure Issue', description='', priority=5)"], ['get_ticket(ticket_id=2)']]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_61
['Could you map out the precise mileage from San Francisco to Rivermist for me, along with an assessment of whether my current fuel should suffice the journey?', "Fill the fuel tank until we are able to reach Rivermist. Oil costs money so I just need the minimum oil (to integer value) to reach there so I don't need ful...
{'VehicleControlAPI': {'fuelLevel': 42.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure']
['MessageAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='94016', cityB='83214')", 'estimate_drive_feasibility_by_mileage(distance=980.0)'], ['fillFuelTank(fuelAmount=7)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pre...
[{'name': 'get_zipcode_based_on_city', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the zipcode based on the city.', 'parameters': {'type': 'dict', 'properties': ...
4
multi_turn_base_62
["I'm currently in Rivermist planning a trip to Stonebrook. Could you provide an estimate of the distance and forward this info to my cousin Bob via text, in the format 'The distance from Rivermist to Stonebrook is xxx km.', where xxx is replaced by the distance value, in one decimal place)?", 'As I set off on my drive...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'MessageAPI.send_message', 'MessageAPI.view_messages_received']
['MessageAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city('Rivermist')", "get_zipcode_based_on_city('Stonebrook')", "estimate_distance(cityA='83214', cityB='74532')", "send_message(receiver_id='USR002', message='The distance from Rivermist to Stonebrook is 750.0 km.')"], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_rig...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_63
['I require assistance in determining the quantity of gasoline necessary for an extensive journey across California. I currently anticipate needing around 166 liters. How much is that in gallon?', 'Prior to commencing the drive, kindly initiate the engine, ensuring all doors are securely closed and the parking brake is...
{'VehicleControlAPI': {'fuelLevel': 0.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.activateParkingBrake', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance']
['MessageAPI', 'VehicleControlAPI']
[['liter_to_gallon(liter=166)'], ['fillFuelTank(fuelAmount=43.85)', "activateParkingBrake(mode='engage')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["get_zipcode_based_on_city('San Francisco')", "get_z...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
3
multi_turn_base_64
['Before attempting to start the engine, kindly verify that every car door is meticulously secured—acknowledge once confirmed. Should everything be aligned, proceed with activating the START mode.', "Please assess my tire pressures within the context of the car's current status. If any tire registers under 40 PSI, whic...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop']
['VehicleControlAPI']
[["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', 'find_nearest_tire_shop()']]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
2
multi_turn_base_65
["Imagine I just embarked on a lovely road trip and had to make a stop at the gas station. Would you be so kind as to assist me in filling up my car with 15 liters of gasoline? Fill with the second decimal digit precision in gallon. Once that's done, it would be fantastic if you could check the tire pressures as well—I...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TwitterAPI.post_tweet', 'TwitterAPI.retweet', 'TwitterAPI.comment']
['TwitterAPI', 'VehicleControlAPI']
[['liter_to_gallon(liter=15)', 'fillFuelTank(fuelAmount=3.96)', 'check_tire_pressure()', "post_tweet(content='Just filled up the tank and checked the tire pressures. Ready for the next adventure!')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)'...
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
2
multi_turn_base_66
["Alright, I've been thinking about a road trip and I want to use my own car for the journey. That's quite a stretch—450 miles in one go today. Is this something I could realistically pull off? I just want to know a answer; you don't need to refill if it's not reachable. If it is reachable, set navigation to '1914 7th ...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[['estimate_drive_feasibility_by_mileage(distance=450.0)'], ['fillFuelTank(fuelAmount=30)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["set_navigation(destination='2107 Channing Way, Berkeley, CA')"]]
[{'name': 'estimate_drive_feasibility_by_mileage', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Estimates the milage of the vehicle given the distance needed to drive....
4
multi_turn_base_67
['Will you estimate the distance between San Francisco and Silverpine for me?', 'I need that info to check if my vehicle can cover the distance without refueling.', "In case it can't, just fill out the fuel tank completely.", "Turn on my vehicle's engine in 'START' mode."]
{'VehicleControlAPI': {'fuelLevel': 10.5, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'MessageAPI.send_message']
['MessageAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Silverpine')", "estimate_distance(cityA='94016', cityB='62947')"], ['estimate_drive_feasibility_by_mileage(distance=780.0)'], ['fillFuelTank(fuelAmount=39.5)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])"...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_68
["I'm about to embark on a road trip adventure and I want my car to be in peak condition. Could you make sure to increase the current fuel level to ensure that my tank is full, so I don't have to keep stopping to refuel along the way?", "Before I hit the open road, I need to get the engine running smoothly. Can you con...
{'VehicleControlAPI': {'fuelLevel': 15.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation', 'TwitterAPI.post_tweet']
['TwitterAPI', 'VehicleControlAPI']
[['fillFuelTank(fuelAmount=35.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', 'find_nearest_tire_shop()'], ["set_navigation(destination='456 Oakwood Avenue, Rivermist, 83214')...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_69
['Estimate the distance between San Francisco and Rivermist. Afterwards, fill the tank with 40 additional liters of gasoline for my quick trip. Round the fill amount to two decimal places', "Preparations are complete. Start the engine and help me tweet about this journey containing message 'Just started my journey!' wi...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'TwitterAPI.post_tweet']
['TwitterAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='94016', cityB='83214')", 'liter_to_gallon(liter=40)', 'fillFuelTank(fuelAmount=10.57)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition...
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
2
multi_turn_base_70
["Ensure the fuel tank is replenished adequately by adding 38 liters of gasoline so that we're well-prepared for the lengthy voyage ahead. Only fill with interger amount for volumn; round when not integer. Once fueled, proceed to start the engine confidently with the ignition mode, and make certain that all doors are s...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[['liter_to_gallon(liter=38)', 'fillFuelTank(fuelAmount=10)', "activateParkingBrake(mode='engage')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', 'find_nearest_tire_shop()', "set_...
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
2
multi_turn_base_71
["Using my vehicle's system, estimate the distance between Rivermist and Stonebrook.", "Assess if my vehicle's current mileage will suffice for the distance calculated. You don't need to re-fill, I just want to know.", 'Fill the fuel tank to completely full.', 'With the vehicle secured, start the engine for our prepare...
{'VehicleControlAPI': {'fuelLevel': 5.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[["get_zipcode_based_on_city('Rivermist')", "get_zipcode_based_on_city('Stonebrook')", "estimate_distance(cityA='83214', cityB='74532')"], ['estimate_drive_feasibility_by_mileage(distance=750.0)'], ['fillFuelTank(fuelAmount=45.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'p...
[{'name': 'estimate_distance', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Estimates the distance between two cities.', 'parameters': {'type': 'dict', 'properties': {...
4
multi_turn_base_72
['Would you be able to increase my current fuel reserve to twice its size?', "Since we've topped up the fuel, let's ignite the engine and assess the battery's condition for our journey.", "Verify the tire pressure to guarantee they're accurately inflated for our lengthy expedition.", "I need to inform my friend David a...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'MessageAPI.send_message', 'MessageAPI.view_messages_received', 'MessageAPI.delete_message']
['MessageAPI', 'VehicleControlAPI']
[['fillFuelTank(fuelAmount=10.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()'], ["message_login(user_id='USR005')", "send_message(receiver_id='USR007', message='Road trip itine...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
4
multi_turn_base_73
["I've noticed my car is nearing empty, and I could really use some extra fuel in the tank. I'm gearing up for a long drive, and I need to make sure I'm set with a full tank before hitting the road.", "While I'm at it, let's make sure the car's ready for the adventure. Start up the engine for me, and confirm everything...
{'VehicleControlAPI': {'fuelLevel': 5.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[['fillFuelTank(fuelAmount=45.0)'], ["activateParkingBrake(mode='engage')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["set_navigation(destination='123 Pine St, San Francisco, CA 94016')"]]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
3
multi_turn_base_74
['I require assistance with my car. Can you kindly ensure that the fuel tank is refilled with precisely 38 liters of petrol? Make sure using 2 decimal digit for gallon amount.', 'Wonderful, with the fuel tank now adequately replenished, proceed to activate the engine in "START" mode. Convey to me the operational status...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'MathAPI.mean']
['VehicleControlAPI', 'MathAPI']
[['liter_to_gallon(liter=38)', 'fillFuelTank(fuelAmount=10.04)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')", "displayCarStatus(option='climate')"]]
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
2
multi_turn_base_75
["I'm planning ahead for our big trip and realized our car's fuel tank is running low. It would be great if you could top it up with an additional 30 gallons before I turn on the ignition using the 'START' mode.", "As part of our travel prep, I'm keeping tabs on the tires as well. I'd appreciate it if you could share a...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TwitterAPI.post_tweet', 'TwitterAPI.retweet', 'TwitterAPI.comment']
['TwitterAPI', 'VehicleControlAPI']
[['fillFuelTank(fuelAmount=30.0)'], ['check_tire_pressure()', "post_tweet(content='Front Left Tire: 32 PSI, Front Right Tire: 32 PSI, Rear Left Tire: 30 PSI, Rear Right Tire: 30 PSI')"], ['retweet(tweet_id=2)'], ["comment(tweet_id=2, comment_content='Is this pressue too low? Should I take any action?')"]]
[{'name': 'fillFuelTank', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Fills the fuel tank of the vehicle. The fuel tank can hold up to 50 gallons.', 'parameters': {'t...
4
multi_turn_base_76
["I've completed the maintenance on my car and ensured the doors are unlocked. Everything, especially the tires, seems in good condition. Would you kindly assist in securing the remaining doors and initiate the engine in START mode? I want everything primed before I set off.", "Also, let's not forget to boast a little ...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TwitterAPI.post_tweet']
['TwitterAPI', 'VehicleControlAPI']
[["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["post_tweet(content='Tire pressure is perfect!', tags=['#CarCare', '#TireHealth'], mentions=['@mike53'])"]]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
2
multi_turn_base_77
['Before I set off for Stonebrook to uncover family history, I need to determine the road distance between San Francisco and Stonebrook for my genealogy exploration.', "Buzzing with anticipation for this family roots journey, I want to tweet: 'Setting forth on an exciting quest from San Francisco to Stonebrook to uncov...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'TwitterAPI.post_tweet', 'TwitterAPI.retweet']
['TwitterAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Stonebrook')", "estimate_distance(cityA='94016', cityB='74532')"], ["post_tweet(content='Setting forth on an exciting quest from San Francisco to Stonebrook to uncover ancestral stories!', tags=['#GenealogyAdventure', '#FamilyHistory'])"], ['re...
[{'name': 'startEngine', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Starts the engine of the vehicle.', 'parameters': {'type': 'dict', 'properties': {'ignitionMode':...
3
multi_turn_base_78
["I'm gearing up for a quick business getaway and need my ride all set. Would you be able to verify if my tire pressure is in check? If it falls under 37.5 PSI, perhaps we could swing by the nearest tire shop?", "While we head over to ensure my tires are roadworthy, I'd like to send out a swift update on my business ac...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'running', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 70, 'acMode': 'cool', 'humidityLevel': 45.0, 'headLightStatus': 'on', 'parkingBrakeStat...
['VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation', 'TwitterAPI.post_tweet']
['TwitterAPI', 'VehicleControlAPI']
[['check_tire_pressure()', 'find_nearest_tire_shop()'], ["post_tweet(content='Ensuring my wheels are well-maintained. Maintenance is key to success!', mentions=['#BusinessOnTheMove'])"]]
[{'name': 'find_nearest_tire_shop', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Finds the nearest tire shop.', 'parameters': {'type': 'dict', 'properties': {}, 'requi...
2
multi_turn_base_79
['I just returned to my vehicle, and it dawned on me that I may not have unlocked the doors yet. Would you assist in unlocking them all?', "With every door now open, please proceed to fire up the engine; I need to ensure everything's in working order before hitting the road.", "Fantastic! With the engine humming nicely...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parkingBrakeSta...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.setCruiseControl']
['VehicleControlAPI']
[["lockDoors(unlock=True, door=['driver', 'passenger', 'rear_left', 'rear_right'])"], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['setCruiseControl(speed=65, activate=True, distanceToNextVehicle=100)']]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
3
multi_turn_base_80
["You're planning an extended expedition from Rivermist to San Francisco. Could you determine the travel distance between these two locations for me?", "Next, I need to verify if my car's mileage capacity suffices for the journey. Can you assess if the vehicle can handle the calculated travel distance?", "It seems I've...
{'VehicleControlAPI': {'fuelLevel': 5.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'MathAPI.mean']
['VehicleControlAPI', 'MathAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='83214', cityB='94016')"], ['estimate_drive_feasibility_by_mileage(distance=980.0)'], ['fillFuelTank(fuelAmount=45.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])",...
[{'name': 'get_zipcode_based_on_city', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the zipcode based on the city.', 'parameters': {'type': 'dict', 'properties': ...
4
multi_turn_base_81
["I'm cruising down a country road in my brand-new convertible, admiring the scenic lavender fields when I notice the fuel gauge creeping towards empty. I'd appreciate it if you could refill with 10 liters of gasoline to keep the adventure alive. Use 2 decimal digit of the gallon amount", "Now that the tank is replenis...
{'VehicleControlAPI': {'fuelLevel': 2.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'MathAPI.mean']
['VehicleControlAPI', 'MathAPI']
[['liter_to_gallon(liter=10)', 'fillFuelTank(fuelAmount=2.64)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')", "displayCarStatus(option='climate')"], ['check_tire_pressure()'], ['mean(numbers=[32.0, 32.0, 3...
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
4
multi_turn_base_82
["My tires need to be in top-notch condition before embarking on my journey. Could you ensure they have optimum pressure? If any tire falls short of 30.0 psi, it’s off to the nearest service station to remedy it pronto. Let’s also ready the car for navigation if the shop isn't miles away!", "Before setting off on our e...
{'VehicleControlAPI': {'fuelLevel': 15.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[['check_tire_pressure()', 'find_nearest_tire_shop()', "set_navigation(destination='456 Oakwood Avenue, Rivermist, 83214')"], ['fillFuelTank(fuelAmount=35.0)', 'gallon_to_liter(gallon=50.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "sta...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
3
multi_turn_base_83
["I am at the gas station and ready to fill up my car with gasoline. I would appreciate it if you could manage filling 30 liters into my vehicle to ensure it's properly fueled for the journey ahead. Use 2 decimal digit of the gallon amount", "With the fuel tank now filled with some gas, let's proceed to start the car e...
{'VehicleControlAPI': {'fuelLevel': 0.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'TicketAPI.create_ticket']
['VehicleControlAPI']
[['liter_to_gallon(liter=30)', 'fillFuelTank(fuelAmount=7.93)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()']]
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
3
multi_turn_base_84
["My vehicle's fuel tank is low; please refuel it with 30 gallons. Following that, initiate the engine using ignition mode 'START', ensuring all doors are secured and the parking brake is set to avoid errors.", "Post-engine start, verify tire pressure. If it's insufficient (less than 30.0 psi), proceed to the nearest t...
{'VehicleControlAPI': {'fuelLevel': 5.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop']
['VehicleControlAPI']
[['fillFuelTank(fuelAmount=30)', "activateParkingBrake(mode='engage')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', "set_navigation(destination='456 Oakwood Avenue, Rivermist, 83...
[{'name': 'fillFuelTank', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Fills the fuel tank of the vehicle. The fuel tank can hold up to 50 gallons.', 'parameters': {'t...
2
multi_turn_base_85
['I’m planning a trip from Rivermist to San Francisco, and I need to see if my current fuel situation will get me there. Could you work out the distance?', "Make sure the tank's filled up for the ride. Oh, and kick things off in 'START' mode."]
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 70, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.display_log']
['VehicleControlAPI']
[["get_zipcode_based_on_city('San Francisco')", "get_zipcode_based_on_city('Rivermist')", "estimate_distance(cityA='83214', cityB='94016')", 'estimate_drive_feasibility_by_mileage(distance=980.0)'], ['fillFuelTank(fuelAmount=40.0)', "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pr...
[{'name': 'get_zipcode_based_on_city', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the zipcode based on the city.', 'parameters': {'type': 'dict', 'properties': ...
2
multi_turn_base_86
["Lock all doors and engage the parking brake, then start the vehicle's engine in preparation for a trip. Afterward, check if our tire pressure condition is safe to proceed.", 'The tire pressure seems worrying, kindly find the nearest tire shop to address the issue and set our navigation to that location.', "I have the...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation', 'TwitterAPI.post_tweet', 'TwitterAPI.mention']
['TwitterAPI', 'VehicleControlAPI']
[["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", "activateParkingBrake(mode='engage')", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')", 'check_tire_pressure()'], ['find_nearest_tire_shop()', "set_navigation(destination='456 Oakwood Avenue, Rivermist, 83214...
[{'name': 'startEngine', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Starts the engine of the vehicle.', 'parameters': {'type': 'dict', 'properties': {'ignitionMode':...
3
multi_turn_base_87
["As I gear up for another delightful journey exploring the captivating waterways, I'm looking to convert 60 gallons of fuel into liters. Could you assist me with that conversion? I tend to work more comfortably with liters.", "Thank goodness! With the conversion sorted, I'd appreciate your help in ensuring that my veh...
{'VehicleControlAPI': {'fuelLevel': 30.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop']
['VehicleControlAPI']
[['gallon_to_liter(gallon=60.0)'], ['fillFuelTank(fuelAmount=20.0)'], ["activateParkingBrake(mode='engage')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ['check_tire_pressure()', 'find_nearest_tire_shop(...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
4
multi_turn_base_88
["Hey, I've just filled my car up with 13.2 gallons of fuel. How much is that in liters?", "Once you've converted it to liters, please guide me in filling the tank to the max limit. After that's sorted, I need to ensure that all the doors are securely locked and the parking brake is firmly set.", "With the car prepped,...
{'VehicleControlAPI': {'fuelLevel': 13.2, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.gallon_to_liter', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'TwitterAPI.post_tweet', 'TwitterAPI.comment']
['TwitterAPI', 'VehicleControlAPI']
[['gallon_to_liter(gallon=13.2)'], ['fillFuelTank(fuelAmount=36.8)', "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", "activateParkingBrake(mode='engage')"], ['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')", "post_tweet(content='Embarking on an exciting road ...
[{'name': 'gallon_to_liter', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the gallon to liter.', 'parameters': {'type': 'dict', 'properties': {'gallon': {'typ...
3
multi_turn_base_89
["I'm planning a road trip from Rivermist to Stonebrook and would love an estimate on how far this journey will take me.", 'Great, now that I know the distance, please check if my current fuel level can handle the journey or if I need a refill.', 'Ah, it looks like I might need some fuel. Could you go ahead and fill up...
{'VehicleControlAPI': {'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine']
['VehicleControlAPI']
[["get_zipcode_based_on_city(city='Rivermist')", "get_zipcode_based_on_city(city='Stonebrook')", "estimate_distance(cityA='83214', cityB='74532')"], ['estimate_drive_feasibility_by_mileage(distance=750.0)'], ['fillFuelTank(fuelAmount=30.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_rig...
[{'name': 'get_zipcode_based_on_city', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the zipcode based on the city.', 'parameters': {'type': 'dict', 'properties': ...
4
multi_turn_base_90
["I need to fill 150 liters of gasoline into my vehicle for today's trip and then start the engine using the standard start mode to ensure everything is operational before departure. How much is that in gallon? Round it to the nearest integer and fill that amount.", 'Find out the distance from San Francisco to Rivermis...
{'VehicleControlAPI': {'fuelLevel': 5.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.liter_to_gallon', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'TwitterAPI.post_tweet', 'TwitterAPI.mention']
['TwitterAPI', 'VehicleControlAPI']
[['liter_to_gallon(liter=150.0)', 'fillFuelTank(fuelAmount=40.0)', "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["get_zipcode_based_on_city(city='San Francisco')", "get_zipcode_based_on_city(city='Rivermis...
[{'name': 'liter_to_gallon', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Converts the liter to gallon.', 'parameters': {'type': 'dict', 'properties': {'liter': {'type...
4
multi_turn_base_91
["Hi, I am Kelly. I'm sweating. What's the temp outside right now? Would you be able to update Michael on today's outdoor temperature with message 'It is hot outside.'? He should know whether to bundle up or dress down for the weather.", "Let's review all the messages I have send so far."]
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'running', 'doorStatus': {'driver': 'locked', 'passenger': 'unlocked', 'rear_left': 'locked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 70, 'acMode': 'cool', 'humidityLevel': 45.0, 'headLightStatus': 'on', 'parkingBrake...
['VehicleControlAPI.get_outside_temperature_from_google', 'MessageAPI.send_message', 'MessageAPI.view_messages_received']
['MessageAPI', 'VehicleControlAPI']
[['get_outside_temperature_from_google()', "send_message(receiver_id='USR006', message='It is hot outside.')"], ['view_messages_sent()']]
[{'name': 'get_outside_temperature_from_google', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the outside temperature.', 'parameters': {'type': 'dict', 'propertie...
2
multi_turn_base_92
["Could you provide me with a rough distance from Rivermist (zip 83214) to Greenway (zip 74532)? I'm eager to plan a visit and need to know the travel distance.", "In light of this trip, I'm concerned about whether my vehicle's fuel level and car mileage are adequate for the journey. Could you evaluate this for me?", '...
{'VehicleControlAPI': {'fuelLevel': 10.5, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop']
['VehicleControlAPI']
[["estimate_distance(cityA='83214', cityB='74532')"], ['estimate_drive_feasibility_by_mileage(distance=750.0)'], ['fillFuelTank(fuelAmount=39.5)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"]]
[{'name': 'estimate_distance', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Estimates the distance between two cities.', 'parameters': {'type': 'dict', 'properties': {...
4
multi_turn_base_93
['I would like to increase the amount of fuel in my car to completely full, but first I need to ascertain the present level to determine the appropriate amount to add.', "The fuel level is not satisfactory, add it to full and then proceed to activate the engine using the 'START' function and verify the tire pressure to...
{'VehicleControlAPI': {'fuelLevel': 10.5, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[["displayCarStatus(option='fuel')"], ['fillFuelTank(fuelAmount=39.5)', "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')", 'check_tire_pressure()'], ['find_nearest_tire_shop()', "set_navigation(destination='456 O...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
3
multi_turn_base_94
["Hello! I'm laying out a detailed plan for an extended road trip and need to verify if my car can endure a stretch of over 300 miles without requiring a pit stop for gas. Check the stats for me, would you? Should the range fall short, go ahead and top off the fuel tank with 30 gallons to ensure we're in the clear.", '...
{'VehicleControlAPI': {'remainingUnlockedDoors': 0, 'fuelLevel': 10.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightSta...
['VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop']
['VehicleControlAPI']
[['estimate_drive_feasibility_by_mileage(distance=300.0)', 'fillFuelTank(fuelAmount=30.0)'], ['check_tire_pressure()', 'find_nearest_tire_shop()', "set_navigation(destination='456 Oakwood Avenue, Rivermist, 83214')"], ['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"]]
[{'name': 'estimate_drive_feasibility_by_mileage', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Estimates the milage of the vehicle given the distance needed to drive....
3
multi_turn_base_95
["I've just secured all doors and engaged the parking brake in my vehicle, please start the engine with the ignition on START mode.", 'What is the postal code for the area called Rivermist?', 'I would like to determine the distance from Rivermist to San Francisco.', "Please relay the estimated distance from Rivermist t...
{'VehicleControlAPI': {'remainingUnlockedDoors': 0, 'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightSta...
['VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'MessageAPI.send_message', 'MessageAPI.view_messages_received', 'MessageAPI.delete_message']
['MessageAPI', 'VehicleControlAPI']
[['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["get_zipcode_based_on_city(city='Rivermist')"], ["get_zipcode_based_on_city(city='San Francisco')", "estimate_distance(cityA='83214', cityB='94016')"], ["send_message(receiver_id='USR008', message='The estimated distance from Rivermist to Sa...
[{'name': 'startEngine', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Starts the engine of the vehicle.', 'parameters': {'type': 'dict', 'properties': {'ignitionMode':...
4
multi_turn_base_96
["Just acquired a stunning electric vehicle, and it's like a canvas waiting to be explored. Let's lock all those doors, and then let's bring the engine to life to navigate through this journey of mine. How does this whole process work in detail? Please ensure all is set for our voyage ahead.", "I'm curating a road trip...
{'VehicleControlAPI': {'fuelLevel': 15.0, 'batteryVoltage': 13.2, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 22.0, 'fanSpeed': 70, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parking...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance']
['VehicleControlAPI']
[["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])", 'pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["get_zipcode_based_on_city(city='San Francisco')", "get_zipcode_based_on_city(city='Rivermist')", "estimate_distance(cityA='94016', cityB='83214')"]]
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
2
multi_turn_base_97
["I've heard a friend of mine in Rivermist recently visited Stonebrook, and she mentioned the journey felt quite extensive. I'm curious, do you happen to have an idea about the actual distance between the two places?", "Covering the distance from Rivermist to Stonebrook sure seems like a long trip. I'm a bit worried if...
{'VehicleControlAPI': {'fuelLevel': 5.0, 'batteryVoltage': 12.6, 'engineState': 'stopped', 'doorStatus': {'driver': 'unlocked', 'passenger': 'unlocked', 'rear_left': 'unlocked', 'rear_right': 'unlocked'}, 'acTemperature': 25.0, 'fanSpeed': 50, 'acMode': 'auto', 'humidityLevel': 50.0, 'headLightStatus': 'off', 'parkingB...
['VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'MessageAPI.send_message', 'MessageAPI.view_messages_received']
['MessageAPI', 'VehicleControlAPI']
[["get_zipcode_based_on_city(city='Rivermist')", "get_zipcode_based_on_city(city='Stonebrook')", "estimate_distance(cityA='83214', cityB='74532')"], ['estimate_drive_feasibility_by_mileage(distance=750.0)'], ['fillFuelTank(fuelAmount=45.0)'], ["lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_rig...
[{'name': 'get_zipcode_based_on_city', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Gets the zipcode based on the city.', 'parameters': {'type': 'dict', 'properties': ...
4
multi_turn_base_98
["It's a lazy Sunday morning and I'm getting ready for a drive. Before setting off, I want to make sure all the car doors are locked tight. Would you be able to check the door locks and ensure they're secured if any are unlocked?", "I'm feeling a bit adventurous today, so I've decided to start the engine and hit the ro...
{'VehicleControlAPI': {'fuelLevel': 15.5, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'unlocked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightStatus': 'off', 'parkingBrakeS...
['VehicleControlAPI.displayCarStatus', 'VehicleControlAPI.lockDoors', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.get_zipcode_based_on_city', 'VehicleControlAPI.estimate_distance', 'MathAPI.logarithm']
['VehicleControlAPI', 'MathAPI']
[["displayCarStatus(option='doors')", "lockDoors(unlock=False, door=['driver', 'passenger', 'rear_left', 'rear_right'])"], ['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')"], ["get_zipcode_based_on_city(city='Silverpine')", "get_zipcode_based_on_city(city='Oakendale')", "estimate_distance(cityA...
[{'name': 'displayCarStatus', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Displays the status of the vehicle based on the provided display option.', 'parameters': {'t...
3
multi_turn_base_99
["I'm planning a road trip to the Grand Canyon and need to drive a distance of 380 miles. You could assist me in determining whether my vehicle has sufficient fuel for this journey, please? If it is not sufficient, fill the fuel tank completely.", "Now that I trust the fuel level is sufficient, let's engage the vehicle...
{'VehicleControlAPI': {'remainingUnlockedDoors': 0, 'fuelLevel': 15.0, 'batteryVoltage': 12.8, 'engineState': 'stopped', 'doorStatus': {'driver': 'locked', 'passenger': 'locked', 'rear_left': 'locked', 'rear_right': 'locked'}, 'acTemperature': 22.0, 'fanSpeed': 60, 'acMode': 'auto', 'humidityLevel': 45.0, 'headLightSta...
['VehicleControlAPI.estimate_drive_feasibility_by_mileage', 'VehicleControlAPI.fillFuelTank', 'VehicleControlAPI.startEngine', 'VehicleControlAPI.check_tire_pressure', 'VehicleControlAPI.find_nearest_tire_shop', 'VehicleControlAPI.set_navigation']
['VehicleControlAPI']
[['estimate_drive_feasibility_by_mileage(distance=380.0)', 'fillFuelTank(fuelAmount=35.0)'], ['pressBrakePedal(pedalPosition=1.0)', "startEngine(ignitionMode='START')", "displayCarStatus(option='climate')"], ['check_tire_pressure()'], ['find_nearest_tire_shop()', "set_navigation(destination='456 Oakwood Avenue, Rivermi...
[{'name': 'estimate_drive_feasibility_by_mileage', 'description': 'This tool belongs to the vehicle control system, which allows users to control various aspects of the car such as engine, doors, climate control, lights, and more. Tool description: Estimates the milage of the vehicle given the distance needed to drive....
4