id
stringlengths
10
30
official_category
stringclasses
4 values
task_type
stringclasses
8 values
user_prompt
stringlengths
29
1.21k
function
listlengths
1
8
ground_truth
listlengths
2
8
parallel_multiple_9
parallel_multiple
travel/local_services/logistics
Book a flight from Seattle to Boston with American Airlines and book a hotel in Boston for 4 nights.
[ { "name": "flight_book", "description": "Book a flight for a specific route and airlines", "parameters": { "type": "dict", "properties": { "_from": { "type": "string", "description": "The departure city in full name." }, "to": { "type": "...
[ { "flight_book": { "_from": [ "Seattle" ], "to": [ "Boston" ], "airlines": [ "American Airlines" ] } }, { "hotel_book": { "location": [ "Boston", "Boston, Massachusetts", "Boston, MA", "Boston,MA" ...
parallel_163
parallel
math/data_processing
"In a game of basketball, a player has a 60% chance of making a successful shot. In a particular match, the player attempts 10 shots. What is the probability that the player makes exactly 6 successful shots? Now, consider a different scenario where the player's success rate drops to 50% but the number of attempts remai...
[ { "name": "calc_binomial_prob", "description": "Calculates the probability of an outcome based on the binomial distribution", "parameters": { "type": "dict", "properties": { "num_trials": { "type": "integer", "description": "Number of independent experiments." ...
[ { "calc_binomial_prob": { "num_trials": [ 10 ], "num_success": [ 6 ], "prob_success": [ 0.6000000000000001 ] } }, { "calc_binomial_prob": { "num_trials": [ 10 ], "num_success": [ 6 ], "prob_succ...
live_parallel_13-9-0
live_parallel
travel/local_services/logistics
Could you tell me the current weather in Boston, MA and also in San Francisco?
[ { "name": "get_current_weather", "description": "Retrieves the current weather for a specified location, with the option to get the result in either Celsius or Fahrenheit.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "descripti...
[ { "get_current_weather": { "location": [ "Boston, MA" ], "unit": [ "", "fahrenheit" ] } }, { "get_current_weather": { "location": [ "San Francisco, CA" ], "unit": [ "", "fahrenheit" ] } } ]
parallel_111
parallel
parallel_tool_use/general
What is the molecular weight of the compound C6H12O6 (Glucose) in 'grams/mole' and how does it compare to the molecular weight of the compound C12H22O11 (Sucrose) in the same unit?
[ { "name": "calculate_molecular_weight", "description": "Calculate the molecular weight of a compound given the compound formula.", "parameters": { "type": "dict", "properties": { "compound": { "type": "string", "description": "The molecular formula of the compound...
[ { "calculate_molecular_weight": { "compound": [ "C6H12O6" ], "to_unit": [ "grams/mole", "g/mol" ] } }, { "calculate_molecular_weight": { "compound": [ "C12H22O11" ], "to_unit": [ "grams/mole", "g/mol" ] ...
parallel_multiple_118
parallel_multiple
media/content
"Can you help me create a piece of music in D Minor with a tempo of 120 beats per minute and then generate an audio signal with a frequency of 440 Hz and an amplitude of 0.5? After that, I would like to generate another piece of music in E Major with a tempo of 90 beats per minute and a time signature of 3/4. Finally, ...
[ { "name": "audio.generate", "description": "Generate an audio signal given a frequency, amplitude, and duration.", "parameters": { "type": "dict", "properties": { "frequency": { "type": "integer", "description": "Frequency of the audio signal in Hz." }, ...
[ { "music.generate": { "key": [ "D Minor", "Dm" ], "tempo": [ 120 ], "time_signature": [ "4/4", "" ] } }, { "audio.generate": { "frequency": [ 440 ], "amplitude": [ 0.5 ], "durati...
parallel_multiple_151
parallel_multiple
travel/local_services/logistics
"Imagine you are planning a vacation to Paris, France. You want to stay at the 'Hotel Le Bristol Paris' in a suite room for 10 days starting from 12-01-2022. You also have a preference for a city view from your room. How would you book this hotel? After booking, you want to know how much 1000 US dollars would be in Eur...
[ { "name": "book_hotel", "description": "Book a room in a specific hotel with particular preferences", "parameters": { "type": "dict", "properties": { "hotel_name": { "type": "string", "description": "The name of the hotel." }, "location": { ...
[ { "book_hotel": { "hotel_name": [ "Hotel Le Bristol Paris" ], "location": [ "Paris, France", "Paris" ], "room_type": [ "suite", "Suite" ], "start_date": [ "12-01-2022", "2022-12-01", "Dec 1, 2022" ], ...
parallel_multiple_83
parallel_multiple
math/data_processing
"Can you help me with my calculus homework? I have two problems that I'm stuck on. The first one is to calculate the definite integral of the function 3x^2 - 2x + 1 from x = 1 to x = 4. The second problem is to calculate the derivative of the function 2x^3 - 3x^2 + 4x - 5 at x = 2. And for extra credit, I need to find ...
[ { "name": "calculate_integral", "description": "Calculate the definite integral of a single-variable function.", "parameters": { "type": "dict", "properties": { "func": { "type": "string", "description": "The function to be integrated." }, "a": { ...
[ { "calculate_integral": { "func": [ "3x**2 - 2x + 1", "lambda x: 3x**2 - 2x + 1" ], "a": [ 1 ], "b": [ 4 ] } }, { "calculate_derivative": { "func": [ "2x**3 - 3x**2 + 4x - 5", "lambda x: 2x**3 - 3x**2 + 4x - 5"...
parallel_multiple_93
parallel_multiple
math/data_processing
"Could you tell me the estimated date of the Jurassic geological era and calculate how many years ago it was? Also, could you provide the date of the signing of the Magna Carta and calculate how many years ago that event took place?"
[ { "name": "geology.get_era", "description": "Get the estimated date of a geological era.", "parameters": { "type": "dict", "properties": { "era_name": { "type": "string", "description": "The name of the geological era. e.g Ice age" }, "calculate_ye...
[ { "geology.get_era": { "era_name": [ "Jurassic" ], "calculate_years_ago": [ true ] } }, { "history.get_event_date": { "event_name": [ "signing of the Magna Carta", "Magna Carta" ], "calculate_years_ago": [ true ]...
parallel_multiple_81
parallel_multiple
math/data_processing
"In a park, there is a rectangular playground with a length of 50 meters and a width of 30 meters. Next to it, there is a square sandbox with a side length of 5 meters. A circular fountain with a radius of 3 meters is located at the center of the park. Can you calculate the area and perimeter of the playground, the are...
[ { "name": "geometry_rectangle.calculate", "description": "Calculates the area and perimeter of a rectangle given the width and length.", "parameters": { "type": "dict", "properties": { "width": { "type": "integer", "description": "The width of the rectangle." ...
[ { "geometry_rectangle.calculate": { "width": [ 30 ], "length": [ 50 ] } }, { "geometry_square.calculate": { "side": [ 5 ] } }, { "geometry_circle.calculate": { "radius": [ 3 ] } } ]
parallel_154
parallel
math/data_processing
"Could you calculate the Body Mass Index (BMI) for four individuals? The first person weighs 75 kilograms and is 180 centimeters tall, the second person weighs 60 kilograms and is 165 centimeters tall, the third person weighs 80 kilograms and is 175 centimeters tall, and the fourth person weighs 90 kilograms and is 185...
[ { "name": "calculate_bmi", "description": "Calculate the Body Mass Index (BMI) for a person based on their weight and height.", "parameters": { "type": "dict", "properties": { "weight": { "type": "integer", "description": "The weight of the person in kilograms." ...
[ { "calculate_bmi": { "weight": [ 75 ], "height": [ 180 ], "system": [ "metric", "" ] } }, { "calculate_bmi": { "weight": [ 60 ], "height": [ 165 ], "system": [ "metric", ...
parallel_177
parallel
finance/trading
What is the current price per ounce of gold, silver, platinum, and palladium?
[ { "name": "get_metal_price", "description": "Retrieve the current price for a specified metal and measure.", "parameters": { "type": "dict", "properties": { "metal": { "type": "string", "description": "The metal whose price needs to be fetched." }, ...
[ { "get_metal_price": { "metal": [ "gold" ], "measure": [ "ounce" ] } }, { "get_metal_price": { "metal": [ "silver" ], "measure": [ "ounce" ] } }, { "get_metal_price": { "metal": [ "platinum" ...
parallel_199
parallel
parallel_tool_use/general
What is the current temperature and humidity in New York, Los Angeles, London and Tokyo, if I want to include both temperature and humidity in the results?
[ { "name": "get_current_weather", "description": "Retrieves the current temperature and humidity for a specific location.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The location to get the weather for." ...
[ { "get_current_weather": { "location": [ "New York", "New York, NY", "New York City", "NYC" ], "include_temperature": [ true, "" ], "include_humidity": [ true, "" ] } }, { "get_current_weather": { ...
parallel_19
parallel
math/data_processing
Calculate the monthly mortgage payment for a loan amount of $400,000, with an annual interest rate of 4% and a loan term of 15, 20 and 30 years.
[ { "name": "calculate_mortgage_payment", "description": "Calculate the monthly mortgage payment for a given loan amount, interest rate, and loan term.", "parameters": { "type": "dict", "properties": { "loan_amount": { "type": "integer", "description": "The loan amo...
[ { "calculate_mortgage_payment": { "loan_amount": [ 400000 ], "interest_rate": [ 0.04 ], "loan_term": [ 15 ] } }, { "calculate_mortgage_payment": { "loan_amount": [ 400000 ], "interest_rate": [ 0.04 ],...
parallel_multiple_17
parallel_multiple
finance/trading
How many steps do I need to walk in order to lose 500 calories and how much water do I need to intake today if I exercise for 2 hours?
[ { "name": "payment_calculation", "description": "Calculate how much a person should pay given the items purchased and their quantities", "parameters": { "type": "dict", "properties": { "items": { "type": "array", "items": { "type": "string" }...
[ { "steps_calorie_calculation": { "calorie": [ 500 ] } }, { "hydration_calculator": { "exercise_time": [ 2 ] } } ]
parallel_multiple_139
parallel_multiple
math/data_processing
"Imagine you are a teacher preparing for a science and art themed day at school. You have planned a series of activities for your students. First, you want to divide your class of 30 students into smaller groups for a group dynamics activity. You know that 15 of your students are extroverts and 15 are introverts. Can y...
[ { "name": "calculate_electric_field_strength", "description": "Calculate the electric field strength at a certain distance from a point charge.", "parameters": { "type": "dict", "properties": { "charge": { "type": "float", "description": "The charge in Coulombs." ...
[ { "group_dynamics.pattern": { "total": [ 30 ], "extroverts": [ 15 ], "introverts": [ 15 ] } }, { "mix_paint_color": { "color1": [ "blue" ], "color2": [ "yellow" ], "lightness": [ 70 ...
parallel_multiple_35
parallel_multiple
parallel_tool_use/general
Identify objects in my backyard image my_backyard_image_url and analyze the sentiment of today's journal entry my_journal_entry_text.
[ { "name": "image_processing.object_identification", "description": "Identify objects in a given image.", "parameters": { "type": "dict", "properties": { "image_url": { "type": "string", "description": "The URL of the image." } }, "required": [ ...
[ { "image_processing.object_identification": { "image_url": [ "my_backyard_image_url" ] } }, { "text_analysis.sentiment_analysis": { "text": [ "my_journal_entry_text" ] } } ]
parallel_78
parallel
search/research
"Can you help me find the greatest common divisor of the following pairs of integers: (45, 60) and (81, 63)? Please use the number_theory.gcd function to compute this."
[ { "name": "number_theory.gcd", "description": "Compute the greatest common divisor of two given integers.", "parameters": { "type": "dict", "properties": { "number1": { "type": "integer", "description": "The first integer." }, "number2": { ...
[ { "number_theory.gcd": { "number1": [ 45 ], "number2": [ 60 ] } }, { "number_theory.gcd": { "number1": [ 81 ], "number2": [ 63 ] } } ]
parallel_multiple_8
parallel_multiple
math/data_processing
Calculate the final velocity of a moving object given initial velocity of 20 m/s, acceleration of 5 m/s^2 and time of 6 seconds. Also, compute the total distance covered by the object.
[ { "name": "kinematics.distance_traveled", "description": "Computes the total distance covered by a moving object given initial velocity, acceleration and time.", "parameters": { "type": "dict", "properties": { "initial_velocity": { "type": "float", "description": ...
[ { "kinematics.final_velocity": { "initial_velocity": [ 20 ], "acceleration": [ 5 ], "time": [ 6 ] } }, { "kinematics.distance_traveled": { "initial_velocity": [ 20 ], "acceleration": [ 5 ], "tim...
live_parallel_3-0-3
live_parallel
device/control
Eres un asistente IA. Has sido capacitado con una superinteligencia, formidable para comunicar con usuarios en español, interpretar sus necesidades y actuar a travez de ellos. ¿Podrías decirme las condiciones actuales del clima en Cancún, QR, Playa del Carmen, QR y Tulum, QR?
[ { "name": "get_current_weather", "description": "Retrieves the current weather conditions for a specified city and state.", "parameters": { "type": "dict", "required": [ "location" ], "properties": { "location": { "type": "string", "description...
[ { "get_current_weather": { "location": [ "Cancún, QR", "Canc\\u00fan, QR" ], "unit": [ "", "fahrenheit" ] } }, { "get_current_weather": { "location": [ "Playa del Carmen, QR" ], "unit": [ "", "fahrenhei...
parallel_56
parallel
travel/local_services/logistics
Check the hotel room availability for 'Queens Hotel' in Berlin, Germany from March 10, 2022 to March 20, 2022 and for 'Royal Hotel' in Paris, France from April 5, 2022 to April 15, 2022.
[ { "name": "hotel_booking.check_availability", "description": "Check room availability for a particular hotel for given dates.", "parameters": { "type": "dict", "properties": { "hotel_name": { "type": "string", "description": "The name of the hotel." }, ...
[ { "hotel_booking.check_availability": { "hotel_name": [ "Queens Hotel" ], "location": [ "Berlin, Germany" ], "check_in_date": [ "2022-03-10", "03/10/2022", "Mar.10,2022" ], "check_out_date": [ "2022-03-20", "03/20/...
parallel_multiple_178
parallel_multiple
math/data_processing
"Can you help me with a few things? First, I'm planning a trip and I'm interested in mountains. I'm currently in Tokyo and I want to find the 5 tallest mountains within a 200 kilometer radius of my location. Second, I'm working on a physics problem and I need to calculate the entropy change for an isothermal and revers...
[ { "name": "locate_tallest_mountains", "description": "Find the tallest mountains within a specified radius of a location.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city from which to calculate distance." ...
[ { "locate_tallest_mountains": { "location": [ "Tokyo" ], "radius": [ 200 ], "amount": [ 5 ] } }, { "calculate_entropy_change": { "initial_temp": [ 300 ], "final_temp": [ 350 ], "heat_capacity": ...
parallel_116
parallel
math/data_processing
"In a population of butterflies, the frequency of the dominant allele for wing color is 0.7. Can you calculate the frequency of the homozygous dominant genotype (AA), heterozygous genotype (Aa), and homozygous recessive genotype (aa) using the Hardy Weinberg Principle?"
[ { "name": "calculate_genotype_frequency", "description": "Calculate the frequency of homozygous dominant genotype based on the allele frequency using Hardy Weinberg Principle.", "parameters": { "type": "dict", "properties": { "allele_frequency": { "type": "float", ...
[ { "calculate_genotype_frequency": { "allele_frequency": [ 0.7000000000000001 ], "genotype": [ "AA" ] } }, { "calculate_genotype_frequency": { "allele_frequency": [ 0.7000000000000001 ], "genotype": [ "Aa" ] } }, ...
parallel_multiple_156
parallel_multiple
travel/local_services/logistics
"Could you please help me with the following tasks? First, I have two groups of data points: group1 consists of [12, 15, 18, 22, 25] and group2 consists of [20, 23, 26, 29, 32]. I want to run a two-sample t-test on these groups with the assumption that they have equal variance. Second, I'm currently in Boston, MA and I...
[ { "name": "run_two_sample_ttest", "description": "Runs a two sample t-test for two given data groups.", "parameters": { "type": "dict", "properties": { "group1": { "type": "array", "items": { "type": "integer" }, "description": "Fir...
[ { "run_two_sample_ttest": { "group1": [ [ 12, 15, 18, 22, 25 ] ], "group2": [ [ 20, 23, 26, 29, 32 ] ], "equal_variance": [ true, "" ...
parallel_50
parallel
parallel_tool_use/general
How to save game progress at stage 7 in easy mode and stage 3 in hard mode?
[ { "name": "game.save_progress", "description": "Save the current state of a player's game, given the stage, level and game mode.", "parameters": { "type": "dict", "properties": { "stage": { "type": "integer", "description": "The current stage in the game the playe...
[ { "game.save_progress": { "stage": [ 7 ], "mode": [ "easy" ], "level": [ "user", "" ] } }, { "game.save_progress": { "stage": [ 3 ], "mode": [ "hard" ], "level": [ "user", ...
parallel_multiple_127
parallel_multiple
travel/local_services/logistics
"Can you help me plan my trip? I need to book a hotel room in Paris for 5 nights. I prefer a deluxe room and would like to add breakfast and spa services. After that, I need to rent a car in Paris for 7 days. I prefer a SUV and I will pick it up from the airport. Then, I need to book another hotel room in Rome for 3 ni...
[ { "name": "car.rental", "description": "Rent a car at the specified location for a specific number of days", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "Location of the car rental." }, "days": { ...
[ { "hotel.book": { "location": [ "Paris" ], "roomType": [ "deluxe" ], "nights": [ 5 ], "additional_services": [ [ "breakfast", "spa" ], [ "spa", "breakfast" ] ] } ...
parallel_63
parallel
search/research
"Can you help me find the roots of two quadratic equations? The first equation has coefficients of x squared, x, and the constant term as 5, 6, and 1 respectively. The second equation has coefficients of x squared, x, and the constant term as 3, 2, and 1 respectively. Can you solve these equations using the 'solve_quad...
[ { "name": "solve_quadratic_equation", "description": "Function solves the quadratic equation and returns its roots.", "parameters": { "type": "dict", "properties": { "a": { "type": "integer", "description": "Coefficient of x squared" }, "b": { ...
[ { "solve_quadratic_equation": { "a": [ 5 ], "b": [ 6 ], "c": [ 1 ] } }, { "solve_quadratic_equation": { "a": [ 3 ], "b": [ 2 ], "c": [ 1 ] } } ]
parallel_159
parallel
math/data_processing
"In a board game, you have a six-sided die. You are curious about the probability of rolling a 4 three times in a row. After that, you want to know the probability of rolling a 2 twice in a row. Finally, you wonder what the probability would be if the die had 8 sides and you wanted to roll a 7 two times in a row. Can y...
[ { "name": "probability.dice_roll", "description": "Calculate the probability of rolling a certain number on a six-sided die a certain number of times in a row.", "parameters": { "type": "dict", "properties": { "desired_number": { "type": "integer", "description": ...
[ { "probability.dice_roll": { "desired_number": [ 4 ], "number_of_rolls": [ 3 ], "die_sides": [ 6, "" ] } }, { "probability.dice_roll": { "desired_number": [ 2 ], "number_of_rolls": [ 2 ], ...
parallel_multiple_141
parallel_multiple
search/research
"Can you help me with a few things? First, I'm studying genetics and I came across a SNP mutation with the ID 'rs123456'. I'm not sure what type of mutation it is. Could you find out for me? The species is 'Homo sapiens'. Second, I'm planning to visit New York, NY next month (Feb) and I'm interested in attending an art...
[ { "name": "cellbio.get_proteins", "description": "Get the list of proteins in a specific cell compartment.", "parameters": { "type": "dict", "properties": { "cell_compartment": { "type": "string", "description": "The specific cell compartment." }, ...
[ { "mutation_type.find": { "snp_id": [ "rs123456" ], "species": [ "Homo sapiens", "" ] } }, { "find_exhibition": { "location": [ "New York, NY" ], "art_form": [ "sculpture" ], "month": [ "February" ...
parallel_198
parallel
search/research
Can you use the lawsuit_search function to retrieve all lawsuits involving the entity "Google" from the county of "Santa Clara" and then do the same for the entity "Facebook" in the county of "San Mateo", both in the state of California?
[ { "name": "lawsuit_search", "description": "Retrieve all lawsuits involving a particular entity from specified jurisdiction.", "parameters": { "type": "dict", "properties": { "entity": { "type": "string", "description": "The entity involved in lawsuits." }...
[ { "lawsuit_search": { "entity": [ "Google" ], "county": [ "Santa Clara" ], "state": [ "California", "CA", "" ] } }, { "lawsuit_search": { "entity": [ "Facebook" ], "county": [ "San Mateo" ...
parallel_150
parallel
math/data_processing
"Can you calculate the area under the curve for the polynomial function with coefficients [3, -2, 1] (meaning the function is 3x^2 - 2x + 1) within the interval [-1, 2], and then do the same for the polynomial function with coefficients [1, 0, -1] (meaning the function is x^2 - 1) within the interval [0, 3]? Please pro...
[ { "name": "mathematics.calculate_area_under_curve", "description": "Calculate the area under the curve for a given polynomial function within a specified interval.", "parameters": { "type": "dict", "properties": { "polynomial": { "type": "array", "items": { ...
[ { "mathematics.calculate_area_under_curve": { "polynomial": [ [ 3, -2, 1 ] ], "limits": [ [ -1, 2 ] ] } }, { "mathematics.calculate_area_under_curve": { "polynomial": [ [ ...
parallel_35
parallel
parallel_tool_use/general
Fetch the details of the ancient empires Persian Empire and Mauryan Empire with their religious history and influences.
[ { "name": "ancient_empires.get_religion_info", "description": "Retrieve information about religious history and influences of an ancient empire.", "parameters": { "type": "dict", "properties": { "empire_name": { "type": "string", "description": "The name of the an...
[ { "ancient_empires.get_religion_info": { "empire_name": [ "Mauryan Empire" ], "include_influences": [ true ] } }, { "ancient_empires.get_religion_info": { "empire_name": [ "Persian Empire" ], "include_influences": [ true ...
parallel_90
parallel
parallel_tool_use/general
Can you generate a travel itinerary for a 7-day trip to Tokyo with a daily budget of $200 focusing on urban exploration, then do the same for a 10-day trip to Paris with a daily budget of $150 focusing on history, followed by a 5-day trip to Sydney with a daily budget of $100 focusing on nature, and finally a 12-day tr...
[ { "name": "travel_itinerary_generator", "description": "Generate a travel itinerary based on specific destination, duration and daily budget, with preferred exploration type.", "parameters": { "type": "dict", "properties": { "destination": { "type": "string", "des...
[ { "travel_itinerary_generator": { "destination": [ "Tokyo" ], "days": [ 7 ], "daily_budget": [ 200 ], "exploration_type": [ "urban", "" ] } }, { "travel_itinerary_generator": { "destination": [ "Par...
parallel_164
parallel
math/data_processing
You are a data analyst and you have been given two 2x2 contingency tables representing the results of a survey conducted in two different cities. The first table is [45, 55, 35, 65] and the second table is [30, 70, 50, 50]. You are asked to perform a Chi-Squared test for independence on both tables to determine if ther...
[ { "name": "chi_squared_test", "description": "Performs a Chi-Squared test for independence on a 2x2 contingency table.", "parameters": { "type": "dict", "properties": { "table": { "type": "array", "items": { "type": "integer" }, "de...
[ { "chi_squared_test": { "table": [ [ 45, 55, 35, 65 ] ], "alpha": [ 0.05 ] } }, { "chi_squared_test": { "table": [ [ 30, 70, 50, 50 ] ], "...
parallel_multiple_167
parallel_multiple
math/data_processing
"In the game 'Animal Crossing' during the 'Summer' season, can you find out what types of 'fish' are collectable? After that, can you tell me the highest score achieved by any player in the game 'Fortnite' on 'Playstation' platform in the 'Asia' region? Then, I would like to know the details of lawsuits involving the c...
[ { "name": "lawsuit_details.find", "description": "Find details of lawsuits involving a specific company from a given year.", "parameters": { "type": "dict", "properties": { "company_name": { "type": "string", "description": "Name of the company." }, ...
[ { "get_collectables_in_season": { "game_name": [ "Animal Crossing" ], "season": [ "Summer" ], "item_type": [ "fish" ] } }, { "game_score.highest": { "game": [ "Fortnite" ], "platform": [ "Playstation", ...
parallel_95
parallel
math/data_processing
"A team of scientists is conducting an experiment involving a circular loop carrying an electric current. They have two different setups for this experiment. In the first setup, the loop has a radius of 0.5 meters and is carrying a current of 10 Amperes. In the second setup, the loop has a radius of 1 meter and is carr...
[ { "name": "calculate_magnetic_field", "description": "Calculate the magnetic field produced at the center of a circular loop carrying current.", "parameters": { "type": "dict", "properties": { "current": { "type": "integer", "description": "The current through the...
[ { "calculate_magnetic_field": { "current": [ 10 ], "radius": [ 0.5 ], "permeability": [ "", 0 ] } }, { "calculate_magnetic_field": { "current": [ 15 ], "radius": [ 1 ], "permeability": [...
parallel_multiple_28
parallel_multiple
search/research
Find the conviction status of a criminal with name John Doe in New York, also find the nature of the criminal offenses he committed.
[ { "name": "criminal_record.get_offense_nature", "description": "Get details about the nature of offenses committed by a criminal.", "parameters": { "type": "dict", "properties": { "criminal_name": { "type": "string", "description": "Name of the criminal." ...
[ { "criminal_record.get_status": { "criminal_name": [ "John Doe" ], "region": [ "New York", "NY" ] } }, { "criminal_record.get_offense_nature": { "criminal_name": [ "John Doe" ], "optional_param": [ "", false ...
parallel_multiple_90
parallel_multiple
math/data_processing
"Imagine you are a chemist working in a lab. You have two samples of the same gas. The first sample has a quantity of 5 moles and is at a temperature of 300 Kelvin. The second sample has a quantity of 3 moles and is at a temperature of 500 Kelvin. You decide to mix these two samples together. What would be the final te...
[ { "name": "calculate_final_temperature", "description": "Calculate the final temperature when different quantities of the same gas at different temperatures are mixed.", "parameters": { "type": "dict", "properties": { "quantity1": { "type": "float", "description":...
[ { "calculate_final_temperature": { "quantity1": [ 5 ], "temperature1": [ 300 ], "quantity2": [ 3 ], "temperature2": [ 500 ] } }, { "calculate_mass": { "quantity": [ 4 ], "molar_mass": [ ...
parallel_62
parallel
search/research
"Can you help me find the roots of two quadratic equations? The first equation is 3x^2 + 4x + 2 = 0, where 'a' is the coefficient of x^2, 'b' is the coefficient of x, and 'c' is the constant term. The second equation is 5x^2 - 7x + 3 = 0, where 'a' is the coefficient of x^2, 'b' is the coefficient of x, and 'c' is the ...
[ { "name": "algebra.quadratic_roots", "description": "Find the roots of a quadratic equation ax^2 + bx + c = 0.", "parameters": { "type": "dict", "properties": { "a": { "type": "integer", "description": "Coefficient of x^2." }, "b": { "typ...
[ { "algebra.quadratic_roots": { "a": [ 3 ], "b": [ 4 ], "c": [ 2 ] } }, { "algebra.quadratic_roots": { "a": [ 5 ], "b": [ -7 ], "c": [ 3 ] } } ]
parallel_120
parallel
parallel_tool_use/general
What would be the predicted forest growth in the Amazon Rainforest and the Boreal Forests of Canada over the next 10 years and 20 years, respectively, if we do not include the impact of human activities?
[ { "name": "forest_growth_forecast", "description": "Predicts the forest growth over the next N years based on current trends.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The location where you want to predict f...
[ { "forest_growth_forecast": { "location": [ "Amazon Rainforest" ], "years": [ 10 ], "include_human_impact": [ false, "" ] } }, { "forest_growth_forecast": { "location": [ "Boreal Forests of Canada" ], "year...
parallel_176
parallel
math/data_processing
"John invested $5000 in a mutual fund 5 years ago. Today, the value of his investment has grown to $7000. He wants to compare this with another investment he made 3 years ago where he invested $8000 and now it's worth $12000. Can you help John calculate the Compound Annual Growth Rate (CAGR) for both these investments?...
[ { "name": "calculate_cagr", "description": "Calculate the Compound Annual Growth Rate (CAGR) given an initial investment value, a final investment value, and the number of years.", "parameters": { "type": "dict", "properties": { "initial_value": { "type": "integer", ...
[ { "calculate_cagr": { "initial_value": [ 5000 ], "final_value": [ 7000 ], "period_in_years": [ 5 ] } }, { "calculate_cagr": { "initial_value": [ 8000 ], "final_value": [ 12000 ], "period_in_year...
parallel_131
parallel
travel/local_services/logistics
Can you find the fastest route from my home in San Francisco to my office in Palo Alto, then from my office to my friend's house in San Jose, and finally from my friend's house back to my home, while avoiding toll roads?
[ { "name": "map_routing.fastest_route", "description": "Finds the fastest route from one location to another, with an option to avoid toll roads.", "parameters": { "type": "dict", "properties": { "start_location": { "type": "string", "description": "The starting lo...
[ { "map_routing.fastest_route": { "start_location": [ "San Francisco", "SF" ], "end_location": [ "Palo Alto" ], "avoid_tolls": [ true ] } }, { "map_routing.fastest_route": { "start_location": [ "Palo Alto" ], ...
parallel_148
parallel
math/data_processing
"Can you calculate the speed of a car that traveled a distance of 500 meters in 25 seconds and provide the answer in km/h? Also, can you calculate the speed of a bicycle that traveled a distance of 1000 meters in 200 seconds and provide the answer in m/s? Lastly, can you calculate the speed of a train that traveled a d...
[ { "name": "calculate_speed", "description": "Calculate the speed of an object based on the distance travelled and the time taken.", "parameters": { "type": "dict", "properties": { "distance": { "type": "integer", "description": "The distance the object travelled i...
[ { "calculate_speed": { "distance": [ 500 ], "time": [ 25 ], "to_unit": [ "km/h" ] } }, { "calculate_speed": { "distance": [ 1000 ], "time": [ 200 ], "to_unit": [ "m/s", "" ...
parallel_multiple_182
parallel_multiple
media/content
"Imagine you are a musician who also loves to paint and is interested in probability. You are planning to paint a wall in your house that is 12 feet in length and 8 feet in height. You have chosen a specific paint brand that can cover 350 square feet with one gallon of paint. How many gallons of paint would you need? A...
[ { "name": "musical_scale", "description": "Get the musical scale of a specific key in music theory.", "parameters": { "type": "dict", "properties": { "key": { "type": "string", "description": "The musical key for which the scale will be found." }, ...
[ { "prob_dist.binomial": { "trials": [ 20 ], "successes": [ 10 ], "p": [ 0.6000000000000001 ] } }, { "calculate_paint_needed": { "coverage_rate": [ 350 ], "length": [ 12 ], "height": [ 8 ...
parallel_multiple_89
parallel_multiple
travel/local_services/logistics
"Could you help me plan my day? I need to go from my home at 123 Main Street to my office at 456 Park Avenue, and I don't want to spend more than $30 on the ride. After work, I need to order groceries from the Whole Foods at 789 Broadway. The items I need are milk, bread, eggs, and apples. I don't want to spend more th...
[ { "name": "grocery_delivery.order", "description": "Order grocery items from a specific location with optional delivery price limit", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The location of the grocery store"...
[ { "ride_hailing.get_rides": { "source": [ "123 Main Street" ], "destination": [ "456 Park Avenue" ], "max_cost": [ 30, "" ] } }, { "grocery_delivery.order": { "location": [ "789 Broadway" ], "items": [ ...
parallel_8
parallel
parallel_tool_use/general
Fetch the population of New York City, NY, and Los Angeles, CA from US Census Database, and also get the population data for Alaska state and USA
[ { "name": "database_us_census.get_population", "description": "Fetch population data from US Census database.", "parameters": { "type": "dict", "properties": { "area": { "type": "string", "description": "Name of the city, state, or country." }, "ty...
[ { "database_us_census.get_population": { "area": [ "New York City", "NY", "New York City, NY", "NYC" ], "type": [ "city" ], "year": [ "", 2000 ] } }, { "database_us_census.get_population": { "area": [ ...
parallel_multiple_114
parallel_multiple
finance/trading
"Could you please help me order a custom sculpture of a horse made from Marble that is 20 inches in size, then another sculpture of a dog made from Wood that is 15 inches in size, followed by a custom painting of a sunset with the main color being Red that is 30 inches in size, and finally a painting of a cityscape wit...
[ { "name": "sculpture.create_custom", "description": "Order a custom sculpture with your preferred material.", "parameters": { "type": "dict", "properties": { "item": { "type": "string", "description": "The subject of the sculpture, e.g. horse" }, "...
[ { "sculpture.create_custom": { "item": [ "horse" ], "material": [ "Marble" ], "size": [ 20 ] } }, { "sculpture.create_custom": { "item": [ "dog" ], "material": [ "Wood" ], "size": [ 15 ...
parallel_100
parallel
parallel_tool_use/general
What are the boiling and melting points of water and iron at sea levels of 0 meters and 1000 meters respectively?
[ { "name": "get_boiling_melting_points", "description": "Retrieve the boiling point and melting point of a substance based on its name and the sea level.", "parameters": { "type": "dict", "properties": { "substance": { "type": "string", "description": "The name of ...
[ { "get_boiling_melting_points": { "substance": [ "water" ], "sea_level": [ 0 ] } }, { "get_boiling_melting_points": { "substance": [ "iron" ], "sea_level": [ 1000 ] } }, { "get_boiling_melting_points": { ...
parallel_13
parallel
parallel_tool_use/general
Can you give me 95% confidence interval for a sample mean with standard deviation of 10, sample size of 50 and sample mean of 25? And can you do the same but for a sample size of 150 instead?
[ { "name": "confidence_interval.calculate", "description": "Calculate the confidence interval for a mean.", "parameters": { "type": "dict", "properties": { "sample_std_dev": { "type": "integer", "description": "The standard deviation of the sample." }, ...
[ { "confidence_interval.calculate": { "sample_std_dev": [ 10 ], "sample_size": [ 50 ], "sample_mean": [ 25 ], "confidence_level": [ 0.9500000000000001 ] } }, { "confidence_interval.calculate": { "sample_std_dev": [ ...
parallel_multiple_46
parallel_multiple
search/research
Find the operational hours for Louvre Museum and the waiting time, then tell me how long it will take to travel from my current location to the museum.
[ { "name": "museum.get_hours", "description": "Retrieve the operational hours of a specified museum.", "parameters": { "type": "dict", "properties": { "museum_name": { "type": "string", "description": "The name of the museum." } }, "required": [...
[ { "museum.get_hours": { "museum_name": [ "Louvre Museum", "Louvre" ] } }, { "museum.get_waiting_time": { "museum_name": [ "Louvre Museum", "Louvre" ], "day": [ "", "Monday" ] } }, { "location.get_travel_t...
parallel_91
parallel
travel/local_services/logistics
Can you help me find vegan restaurants in Los Angeles, CA that are open until at least 22:00, and then do the same for San Francisco, CA and Seattle, WA?
[ { "name": "vegan_restaurant.find_nearby", "description": "Locate nearby vegan restaurants based on specific criteria like operating hours.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city and state, e.g. Ne...
[ { "vegan_restaurant.find_nearby": { "location": [ "Los Angeles, CA", "Los Angeles", "LA, CA" ], "operating_hours": [ 22 ] } }, { "vegan_restaurant.find_nearby": { "location": [ "San Francisco, CA", "San Francisco", ...
live_parallel_multiple_16-14-0
live_parallel_multiple
travel/local_services/logistics
What's the area of a square with a side of size 5 cm and what is the weather in Queenstown Singapore?
[ { "name": "get_current_weather", "description": "Retrieves the current weather conditions for a specified location, such as 'San Francisco, CA'.", "parameters": { "type": "dict", "required": [ "location" ], "properties": { "location": { "type": "string",...
[ { "get_area_of_square": { "size": [ 5 ] } }, { "get_current_weather": { "location": [ "Queenstown, Singapore" ], "unit": [ "", "fahrenheit" ] } } ]
parallel_multiple_51
parallel_multiple
search/research
Can you find information on Michael Jordan's highest scoring game and the total championships he won?
[ { "name": "get_team_info", "description": "Retrieve information for a specific team, such as championships won.", "parameters": { "type": "dict", "properties": { "team": { "type": "string", "description": "The name of the team." }, "info": { ...
[ { "get_player_record": { "player": [ "Michael Jordan" ], "stat": [ "highest_scoring_game" ] } }, { "get_player_record": { "player": [ "Michael Jordan" ], "stat": [ "total_championships" ] } } ]