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_162
parallel
device/control
You are a teacher preparing a probability lesson for your students. You have a deck of 52 playing cards and you want to explain the probability of drawing certain cards. 1. What is the probability of drawing an Ace (4 successful outcomes) from the deck (52 total outcomes)? Please provide this as a decimal. 2. Then,...
[ { "name": "probability_of_event", "description": "Calculates the probability of an event.", "parameters": { "type": "dict", "properties": { "success_outcomes": { "type": "integer", "description": "The number of successful outcomes." }, "total_outco...
[ { "probability_of_event": { "success_outcomes": [ 4 ], "total_outcomes": [ 52 ], "format_as_ratio": [ false, "" ] } }, { "probability_of_event": { "success_outcomes": [ 13 ], "total_outcomes": [ 52 ...
parallel_38
parallel
travel/local_services/logistics
What's the driving distance between New York and Washington DC, and between Los Angeles and San Francisco with optional parameter shortest route enabled?
[ { "name": "calc_distance", "description": "Calculate the driving distance between two locations.", "parameters": { "type": "dict", "properties": { "start_loc": { "type": "string", "description": "Starting location." }, "end_loc": { "type"...
[ { "calc_distance": { "start_loc": [ "New York", "New York, NY", "New York City", "NYC" ], "end_loc": [ "Washington DC", "Washington D.C." ], "shortest_route": [ true ] } }, { "calc_distance": { "start_l...
parallel_multiple_76
parallel_multiple
media/content
"Could you please tell me the selling price of the video game 'The Legend of Zelda: Breath of the Wild' on the Nintendo Switch platform in the United States, and also let me know if the game 'Super Mario Odyssey' is currently on sale on the same platform and region? Additionally, could you fetch the currency used in th...
[ { "name": "video_games.store_currency", "description": "Fetches the currency used in a specific region in a gaming platform store.", "parameters": { "type": "dict", "properties": { "platform": { "type": "string", "description": "The gaming platform e.g. PlayStatio...
[ { "video_games.store_price": { "game_title": [ "The Legend of Zelda: Breath of the Wild" ], "platform": [ "Nintendo Switch" ], "region": [ "United States", "" ] } }, { "video_games.on_sale": { "game_title": [ "Super Ma...
live_parallel_1-0-1
live_parallel
travel/local_services/logistics
Could you tell me the current weather conditions for Boston, MA and also for San Francisco?
[ { "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": [ "Boston, MA" ], "unit": [ "", "fahrenheit" ] } }, { "get_current_weather": { "location": [ "San Francisco, CA" ], "unit": [ "", "fahrenheit" ] } } ]
parallel_multiple_94
parallel_multiple
math/data_processing
"Given the list of words ['apple', 'banana', 'cherry', 'date', 'elderberry'], can you first use the 'sort_list' function to sort this list in descending order? Then, using the 'filter_list' function, can you filter out the fruits that start with the letter 'b'? After that, consider the list of numbers [5, 10, 15, 20, 2...
[ { "name": "sort_list", "description": "Sort the elements of a list in ascending or descending order", "parameters": { "type": "dict", "properties": { "elements": { "type": "array", "items": { "type": "integer" }, "description": "The...
[ { "sort_list": { "elements": [ [ "apple", "banana", "cherry", "date", "elderberry" ], [ "elderberry", "cherry", "banana", "apple", "date" ] ], "order": [ ...
parallel_multiple_136
parallel_multiple
math/data_processing
"Can you help me with a few things? First, I'm interested in a court case with the docket number 12345 that was registered in Dallas, TX. Could you retrieve the details about this case for me? I don't need the full text of the case ruling. Second, I'm curious about the current classical chess rating of a player named M...
[ { "name": "chess.rating", "description": "Fetches the current chess rating of a given player", "parameters": { "type": "dict", "properties": { "player_name": { "type": "string", "description": "The full name of the chess player." }, "variant": { ...
[ { "court_case.search": { "docket_number": [ "12345" ], "location": [ "Dallas, TX", "Dallas,TX", "Dallas, Texas" ], "full_text": [ false, "" ] } }, { "chess.rating": { "player_name": [ "Magnus Carlsen" ...
parallel_134
parallel
math/data_processing
"Could you please calculate the Body Mass Index (BMI) of four individuals for me? The first person weighs 85 kilograms and is 175 centimeters tall, the second person weighs 60 kilograms and is 160 centimeters tall, the third person weighs 75 kilograms and is 180 centimeters tall, and the fourth person weighs 90 kilogra...
[ { "name": "calculate_bmi", "description": "Calculate the Body Mass Index (BMI) of a person.", "parameters": { "type": "dict", "properties": { "weight": { "type": "integer", "description": "Weight of the person in kilograms." }, "height": { ...
[ { "calculate_bmi": { "weight": [ 85 ], "height": [ 175 ], "unit": [ "metric", "" ] } }, { "calculate_bmi": { "weight": [ 60 ], "height": [ 160 ], "unit": [ "metric", "" ...
parallel_160
parallel
parallel_tool_use/general
"In a game of chance, you have a 0.3 probability of winning any given round. If you play this game 20 times, what is the probability of winning exactly 5 times? Also, if you play the game 50 times, what is the probability of winning exactly 15 times? Lastly, if you play the game 100 times, what is the probability of wi...
[ { "name": "prob_dist.binomial", "description": "Compute the probability of having 'success' outcome from binomial distribution.", "parameters": { "type": "dict", "properties": { "trials": { "type": "integer", "description": "The number of independent experiments."...
[ { "prob_dist.binomial": { "trials": [ 20 ], "successes": [ 5 ], "p": [ 0.30000000000000004 ] } }, { "prob_dist.binomial": { "trials": [ 50 ], "successes": [ 15 ], "p": [ 0.30000000000000...
parallel_multiple_58
parallel_multiple
math/data_processing
"Imagine you are a geometry teacher preparing for your next class. You have two shapes, a triangle and a circle, that you want to discuss in detail. For the triangle, the lengths of the sides are 5 units, 7 units, and 9 units respectively. You want to calculate the area, perimeter, and internal angles of this triangle....
[ { "name": "circle_properties.get", "description": "Retrieve the dimensions, such as area and circumference, of a circle if radius is given.", "parameters": { "type": "dict", "properties": { "radius": { "type": "float", "description": "The length of radius of the c...
[ { "triangle_properties.get": { "side1": [ 5 ], "side2": [ 7 ], "side3": [ 9 ], "get_area": [ "", true ], "get_perimeter": [ "", true ], "get_angles": [ "", true ] }...
parallel_multiple_153
parallel_multiple
math/data_processing
"Could you help me plan a trip? I want to go to Paris for 7 days with a daily budget of $200, and I prefer exploring urban areas. Also, I'm trying to cook a dish called 'Chicken Alfredo', but I'm not sure if it fits my diet. Could you find a recipe for 'Chicken Alfredo' that has less than 800 calories? Additionally, I ...
[ { "name": "run_linear_regression", "description": "Build a linear regression model using given predictor variables and a target variable.", "parameters": { "type": "dict", "properties": { "predictors": { "type": "array", "items": { "type": "string" ...
[ { "run_linear_regression": { "predictors": [ [ "age", "income", "education level" ] ], "target": [ "job satisfaction" ], "standardize": [ true ] } }, { "travel_itinerary_generator": { "destination...
live_parallel_multiple_0-0-0
live_parallel_multiple
finance/trading
I'd like to change my food order to a Caesar salad without anchovies, and for the drink, can you update my order 123 to a large hot coffee with regular sweetness and almond milk, please?
[ { "name": "ChaFod", "description": "Changes the food item based on the customer's request, allowing for modifications to the ingredients or preparation method.", "parameters": { "type": "dict", "required": [ "foodItem" ], "properties": { "foodItem": { "t...
[ { "ChaFod": { "foodItem": [ "Caesar salad" ], "newIngredients": [ "" ], "removeIngredients": [ "anchovies", "anchovy" ], "specialInstructions": [ "" ] } }, { "ChaDri.change_drink": { "drink_id": [ "...
parallel_67
parallel
math/data_processing
"Can you calculate the area of two circles, one with a radius of 5 meters and the other with a radius of 10 meters, and then compare the two areas to determine which circle is larger and by how much?"
[ { "name": "geometry.calculate_area_circle", "description": "Calculate the area of a circle given its radius.", "parameters": { "type": "dict", "properties": { "radius": { "type": "integer", "description": "The radius of the circle." }, "unit": { ...
[ { "geometry.calculate_area_circle": { "radius": [ 5 ], "unit": [ "meters", "m" ] } }, { "geometry.calculate_area_circle": { "radius": [ 10 ], "unit": [ "meters", "m" ] } } ]
parallel_167
parallel
parallel_tool_use/general
What is the coefficient of determination (R squared) of a regression model if we use the dataset located at "/user/home/datasets/finance.csv", with 'income', 'age' and 'education' as the independent variables and 'credit_score' as the dependent variable, and then repeat the same process with 'income', 'age' and 'credit...
[ { "name": "linear_regression.get_r_squared", "description": "Calculate the coefficient of determination of a regression model.", "parameters": { "type": "dict", "properties": { "dataset_path": { "type": "string", "description": "Path to the CSV dataset file." ...
[ { "linear_regression.get_r_squared": { "dataset_path": [ "/user/home/datasets/finance.csv" ], "independent_variables": [ [ "income", "age", "education" ] ], "dependent_variable": [ "credit_score" ] } }, { ...
parallel_192
parallel
device/control
Can you fetch the latest news on the topic of "Climate Change" and "Artificial Intelligence", each with 5 articles, and specifically for the region "Europe"?
[ { "name": "get_news", "description": "Fetches the latest news on a specific topic.", "parameters": { "type": "dict", "properties": { "topic": { "type": "string", "description": "The subject for the news topic." }, "quantity": { "type": "i...
[ { "get_news": { "topic": [ "Climate Change" ], "quantity": [ 5 ], "region": [ "Europe", "EU" ] } }, { "get_news": { "topic": [ "Artificial Intelligence" ], "quantity": [ 5 ], "region": [...
live_parallel_multiple_17-15-0
live_parallel_multiple
parallel_tool_use/general
turn it by 20 degree and flip it horizontally
[ { "name": "flipImageAction", "description": "This function flips an image in the specified direction, either horizontally or vertically.", "parameters": { "type": "dict", "required": [ "flip_direction" ], "properties": { "flip_direction": { "type": "stri...
[ { "rotateImageAction": { "degrees": [ 20 ], "image_format": [ "", "JPEG" ], "keep_original": [ "", true ] } }, { "flipImageAction": { "flip_direction": [ "horizontal" ] } } ]
parallel_101
parallel
math/data_processing
A scientist is conducting an experiment involving two different substances. The first substance has a mass of 10 kilograms and occupies a volume of 2 cubic meters. The second substance has a mass of 15 kilograms and occupies a volume of 3 cubic meters. The scientist wants to compare the densities of these two substance...
[ { "name": "calculate_density", "description": "Calculate the density of a substance based on its mass and volume.", "parameters": { "type": "dict", "properties": { "mass": { "type": "integer", "description": "The mass of the substance in kilograms." }, ...
[ { "calculate_density": { "mass": [ 10 ], "volume": [ 2 ], "unit": [ "", "kg/m³" ] } }, { "calculate_density": { "mass": [ 15 ], "volume": [ 3 ], "unit": [ "", "kg/m³" ...
parallel_43
parallel
search/research
Can you find me any upcoming rock and jazz concerts for the next month in San Francisco, California and New York, New York?
[ { "name": "concert_finder", "description": "Locate upcoming concerts based on music genre in specified city and state.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city and state to find concerts." }...
[ { "concert_finder": { "location": [ "San Francisco, California", "San Francisco, CA", "SF, California", "SF, CA" ], "music_genre": [ "rock" ], "time_period": [ 30, "" ] } }, { "concert_finder": { "locat...
parallel_multiple_192
parallel_multiple
device/control
"Can you help me plan a dinner? I am looking for a vegan main course recipe that can be prepared within 45 minutes. After dinner, we are planning to play a poker game, could you tell me the probability of getting a full house with a deck of 52 cards and a hand size of 5? Also, I am new to Denver, CO and would like to k...
[ { "name": "find_recipe", "description": "Find a recipe based on the dietary restrictions, recipe type, and time constraints.", "parameters": { "type": "dict", "properties": { "dietary_restrictions": { "type": "string", "description": "Dietary restrictions e.g. veg...
[ { "find_recipe": { "dietary_restrictions": [ "vegan" ], "recipe_type": [ "main course" ], "time": [ 45 ] } }, { "poker_probability.full_house": { "deck_size": [ 52 ], "hand_size": [ 5 ] } }, {...
parallel_165
parallel
math/data_processing
"Could you please perform a statistical t-test to check if the means of two independent datasets are statistically different? The first dataset, Dataset A, includes the following integers: 12, 15, 18, 20, 22, 25, 28, 30, 32, 35. The second dataset, Dataset B, includes these integers: 14, 17, 19, 21, 23, 26, 29, 31, 33,...
[ { "name": "t_test", "description": "Perform a statistical t-test to check if the means of two independent datasets are statistically different.", "parameters": { "type": "dict", "properties": { "dataset_A": { "type": "array", "items": { "type": "intege...
[ { "t_test": { "dataset_A": [ [ 12, 15, 18, 20, 22, 25, 28, 30, 32, 35 ] ], "dataset_B": [ [ 14, 17, 19, 21, 23, ...
parallel_multiple_70
parallel_multiple
math/data_processing
"Can you help me compare the potential energy output of two different renewable energy projects? The first project is a solar farm located at coordinates 37.7749 and -122.4194 with a total solar panel area of 50000 square feet. I would like to know the estimated energy output for the month of July. The second project i...
[ { "name": "windFarm.potential", "description": "Estimate the energy output of a wind farm given its location and turbine count for a particular month.", "parameters": { "type": "dict", "properties": { "coordinates": { "type": "array", "items": { "type"...
[ { "solarFarm.potential": { "coordinates": [ [ 37.7749, -122.4194 ] ], "panelArea": [ 50000 ], "month": [ "July" ] } }, { "windFarm.potential": { "coordinates": [ [ 40.7128, -74.0...
parallel_80
parallel
math/data_processing
"John and Mary are playing a game where they each choose two numbers and then calculate the greatest common divisor (GCD) of their chosen numbers. John chose the numbers 36 and 48, while Mary chose the numbers 60 and 96. Can you help them find the GCD of their chosen numbers?"
[ { "name": "math.gcd", "description": "Calculate the greatest common divisor of two integers.", "parameters": { "type": "dict", "properties": { "num1": { "type": "integer", "description": "First number." }, "num2": { "type": "integer", ...
[ { "math.gcd": { "num1": [ 36 ], "num2": [ 48 ] } }, { "math.gcd": { "num1": [ 60 ], "num2": [ 96 ] } } ]
parallel_multiple_189
parallel_multiple
travel/local_services/logistics
"Can you help me plan a trip? I want to start by finding a vegan restaurant in San Francisco, CA that operates until at least 22:00. Then, I want to book a hotel in the same city. I prefer a deluxe room for 3 nights starting from July 1st, and I would like the hotel to be pet-friendly and have a gym. After that, I want...
[ { "name": "hotel_booking", "description": "Books a hotel room given the location, room type, stay duration and any additional preferences.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city where you want to ...
[ { "vegan_restaurant.find_nearby": { "location": [ "San Francisco, CA", "San Francisco" ], "operating_hours": [ 22 ] } }, { "hotel_booking": { "location": [ "San Francisco, CA", "San Francisco" ], "room_type": [ ...
parallel_114
parallel
parallel_tool_use/general
Can you analyze the DNA sequence "AGCTTAGCTA" and "AGCTTAGGCTA" using the reference sequence "AGCTTAGCTA" to identify any potential 'insertion' mutations, then repeat the same analysis for 'deletion' and 'substitution' mutations?
[ { "name": "analyze_dna_sequence", "description": "Analyzes the DNA sequence based on a reference sequence and return any potential mutations.", "parameters": { "type": "dict", "properties": { "sequence": { "type": "string", "description": "The DNA sequence to be a...
[ { "analyze_dna_sequence": { "sequence": [ "AGCTTAGCTA" ], "reference_sequence": [ "AGCTTAGCTA" ], "mutation_type": [ "insertion", "" ] } }, { "analyze_dna_sequence": { "sequence": [ "AGCTTAGGCTA" ], "refere...
parallel_multiple_33
parallel_multiple
search/research
Locate all supermarkets in Los Angeles and find the most popular site seeing place in Miami.
[ { "name": "supermarket.find_in_city", "description": "Find all supermarkets in a given city.", "parameters": { "type": "dict", "properties": { "city": { "type": "string", "description": "The city to locate supermarkets in." }, "state": { ...
[ { "supermarket.find_in_city": { "city": [ "Los Angeles", "LA" ], "state": [ "California", "CA" ], "openNow": [ "", true ] } }, { "sightseeing.popular_in_city": { "city": [ "Miami" ], "state"...
parallel_multiple_10
parallel_multiple
media/content
Buy me a ticket to the Mamma Mia musical for next Friday, June 30th 2023, also get me a train ticket from New York to Chicago for the same day.
[ { "name": "train_ticket.buy", "description": "Buy a train ticket for a specific date and route.", "parameters": { "type": "dict", "properties": { "origin": { "type": "string", "description": "The departure full name of the city." }, "destination": ...
[ { "musical_ticket.buy": { "show": [ "Mamma Mia" ], "date": [ "2023-06-30" ] } }, { "train_ticket.buy": { "origin": [ "New York" ], "destination": [ "Chicago" ], "date": [ "2023-06-30" ] } } ]
parallel_151
parallel
math/data_processing
"Can you help me calculate the total area of three different triangles? The first triangle has a base of 15 meters and a height of 20 meters. The second triangle has a base of 25 feet and a height of 30 feet. And the third triangle has a base of 35 inches and a height of 40 inches. I would like the area of each triangl...
[ { "name": "geometry.area_triangle", "description": "Calculate the area of a triangle.", "parameters": { "type": "dict", "properties": { "base": { "type": "integer", "description": "The length of the base of the triangle." }, "height": { "...
[ { "geometry.area_triangle": { "base": [ 15 ], "height": [ 20 ], "unit": [ "square meters", "m^2", "" ] } }, { "geometry.area_triangle": { "base": [ 25 ], "height": [ 30 ], "unit"...
parallel_145
parallel
parallel_tool_use/general
What is the angle between the hour and minute hands of a clock at 3:15, rounded to 2 decimal places, and how does this compare to the angle at 8:20 and 11:50, both also rounded to 2 decimal places?
[ { "name": "calculate_clock_angle", "description": "Calculate the angle between the hour and minute hands of a clock at a given time.", "parameters": { "type": "dict", "properties": { "hours": { "type": "integer", "description": "The hour on the clock face." ...
[ { "calculate_clock_angle": { "hours": [ 3 ], "minutes": [ 15 ], "round_to": [ 2, "" ] } }, { "calculate_clock_angle": { "hours": [ 8 ], "minutes": [ 20 ], "round_to": [ 2, ...
parallel_166
parallel
finance/trading
Can you predict the price of a house with an area of 2500 square feet, 3 rooms, constructed in the year 2000, and located in New York, and then compare it with the price of a similar house but with an area of 3000 square feet, constructed in the year 2005, and located in Los Angeles? Finally, predict the price of a thi...
[ { "name": "predict_house_price", "description": "Predict house price based on area, number of rooms and year of construction.", "parameters": { "type": "dict", "properties": { "area": { "type": "integer", "description": "Area of the house in square feet." ...
[ { "predict_house_price": { "area": [ 2500 ], "rooms": [ 3 ], "year": [ 2000 ], "location": [ "New York", "New York, NY", "New York City", "NYC", "NY" ] } }, { "predict_house_price": { ...
parallel_multiple_155
parallel_multiple
math/data_processing
"Can you help me with a few calculations? First, I need to calculate the power of 7 raised to 3. Then, I want to know the probability of drawing a red card from a standard deck of 52 playing cards, round the answer to 3 decimal places. After that, I have a DNA molecule with the ID 'XYZ123' in a public database, can you...
[ { "name": "fetch_DNA_sequence", "description": "Retrieve the sequence of a DNA molecule with the given id from a public database.", "parameters": { "type": "dict", "properties": { "DNA_id": { "type": "string", "description": "Unique ID of the DNA molecule in the d...
[ { "math.power": { "base": [ 7 ], "exponent": [ 3 ], "mod": [ "" ] } }, { "probabilities.calculate_single": { "total_outcomes": [ 52 ], "event_outcomes": [ 26 ], "round": [ 3 ] ...
parallel_141
parallel
parallel_tool_use/general
Can you provide me with the list of movie releases in the IMAX format at theaters in New York over the next 7 days, and also the list of movie releases in the 2D format at theaters in Los Angeles over the next 14 days?
[ { "name": "get_theater_movie_releases", "description": "Retrieve the list of movie releases in specific theaters for a specified period.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The location of the theaters....
[ { "get_theater_movie_releases": { "location": [ "New York", "New York, NY", "NYC" ], "timeframe": [ 7 ], "format": [ "IMAX", "" ] } }, { "get_theater_movie_releases": { "location": [ "Los Angeles", ...
parallel_83
parallel
device/control
A car is participating in a drag race. In the first round, the car starts from rest and accelerates at a rate of 5 meters/second^2 for 10 seconds. In the second round, the car starts with an initial velocity of 10 meters/second and accelerates at a rate of 7 meters/second^2 for 8 seconds. In the third round, the car st...
[ { "name": "final_velocity", "description": "Calculate the final velocity of an object given its initial velocity, acceleration, and time.", "parameters": { "type": "dict", "properties": { "initial_velocity": { "type": "integer", "description": "The initial velocit...
[ { "final_velocity": { "initial_velocity": [ 0 ], "acceleration": [ 5 ], "time": [ 10 ] } }, { "final_velocity": { "initial_velocity": [ 10 ], "acceleration": [ 7 ], "time": [ 8 ] ...
parallel_107
parallel
parallel_tool_use/general
What are the protein sequences encoded by the BRCA1 and BRCA2 genes in Homo sapiens and Pan troglodytes (chimpanzee)?
[ { "name": "get_protein_sequence", "description": "Retrieve the protein sequence encoded by a human gene.", "parameters": { "type": "dict", "properties": { "gene": { "type": "string", "description": "The human gene of interest." }, "species": { ...
[ { "get_protein_sequence": { "gene": [ "BRCA1" ], "species": [ "Homo sapiens", "" ] } }, { "get_protein_sequence": { "gene": [ "BRCA2" ], "species": [ "Homo sapiens", "" ] } }, { "get_protein_s...
parallel_92
parallel
parallel_tool_use/general
What is the shortest driving distance in miles from New York City to Los Angeles and then from Los Angeles to Miami, considering that you have to return to New York City from Miami?
[ { "name": "get_shortest_driving_distance", "description": "Calculate the shortest driving distance between two locations.", "parameters": { "type": "dict", "properties": { "origin": { "type": "string", "description": "Starting point of the journey." }, ...
[ { "get_shortest_driving_distance": { "origin": [ "New York City", "NYC" ], "destination": [ "Los Angeles", "Los Angeles, CA", "LA" ], "unit": [ "miles", "mile" ] } }, { "get_shortest_driving_distance": { ...
parallel_89
parallel
travel/local_services/logistics
Can you provide me with the fastest route from my home in San Francisco to my office in Palo Alto and then a scenic route from Palo Alto to the Golden Gate Bridge in San Francisco, and finally the fastest route back to my home from the Golden Gate Bridge?
[ { "name": "get_directions", "description": "Retrieve directions from one location to another.", "parameters": { "type": "dict", "properties": { "start_location": { "type": "string", "description": "The starting point of the journey." }, "end_locati...
[ { "get_directions": { "start_location": [ "San Francisco", "SF" ], "end_location": [ "Palo Alto" ], "route_type": [ "fastest" ] } }, { "get_directions": { "start_location": [ "Palo Alto" ], "end_location": ...
parallel_multiple_11
parallel_multiple
math/data_processing
What is the Electric field at 3m from a point charge with a value of 4C? Also, calculate the magnetic field for an electric current of 0.5A flowing through a solenoid having 25 turns per meter and a length of 2m.
[ { "name": "physics.magnetic_field", "description": "Calculate magnetic field for given current flowing through solenoid.", "parameters": { "type": "dict", "properties": { "current": { "type": "float", "description": "Electric current in Amperes." }, ...
[ { "physics.electric_field": { "charge": [ 4 ], "distance": [ 3 ] } }, { "physics.magnetic_field": { "current": [ 0.5 ], "turnsPerMeter": [ 25 ], "length": [ 2 ] } } ]
parallel_multiple_168
parallel_multiple
travel/local_services/logistics
"Could you help me with a two-part request? First, I'd like to know if there were any lawsuits filed against the company 'TechCorp' in the location 'San Francisco' in the year 2018, specifically civil cases. Secondly, I'm planning a trip and need to check the availability of Hilton hotels in 'New York City' for the che...
[ { "name": "hilton_hotel.check_availability", "description": "Check hotel availability for a specific location and time frame.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city where you want to check hotel a...
[ { "lawsuits_search": { "company_name": [ "TechCorp" ], "location": [ "San Francisco", "SF" ], "year": [ 2018 ], "case_type": [ "civil" ] } }, { "hilton_hotel.check_availability": { "location": [ "Ne...
live_parallel_multiple_2-2-0
live_parallel_multiple
parallel_tool_use/general
거실, 에어컨, 실행하고, 침실, 공기청정기, 중지해줘.
[ { "name": "OpenWeatherMap.get_current_weather", "description": "Fetches the current weather information for a specified location using the OpenWeatherMap API.", "parameters": { "type": "dict", "required": [ "location" ], "properties": { "location": { "ty...
[ { "ControlAppliance.execute": { "command": [ "거실, 에어컨, 실행" ] } }, { "ControlAppliance.execute": { "command": [ "침실, 공기청정기, 중지" ] } } ]
parallel_57
parallel
travel/local_services/logistics
Book a room for 2 adults and a child at the Sheraton Hotel in New York with check-in on May 1, 2022 and check-out on May 5, 2022. Also, Book a room for 1 adult and 2 children at the Marriott in Los Angeles with check-in on June 1, 2022 and check-out on June 10, 2022.
[ { "name": "hotel_booking.book", "description": "Book a hotel room at the specified location for the specified number of adults and children.", "parameters": { "type": "dict", "properties": { "hotel_name": { "type": "string", "description": "The name of the hotel."...
[ { "hotel_booking.book": { "hotel_name": [ "Sheraton Hotel", "Sheraton" ], "location": [ "New York", "New York, NY", "New York City", "NYC" ], "check_in": [ "2022-05-01", "05/01/2022", "May 1, 2022" ], ...
parallel_multiple_134
parallel_multiple
search/research
"Could you please help me with two tasks? First, I'm interested in the field of constitutional law in the United Kingdom and I would like to know the top 5 landmark cases in this field. Second, I have two numbers, 36 and 48, and I need to find out their greatest common divisor. Can you assist with these?"
[ { "name": "get_top_cases", "description": "Retrieve a list of the most influential or landmark cases in a specific field of law.", "parameters": { "type": "dict", "properties": { "field_of_law": { "type": "string", "description": "The specific field of law e.g., c...
[ { "get_top_cases": { "field_of_law": [ "constitutional law" ], "top_number": [ 5 ], "country": [ "United Kingdom", "UK" ] } }, { "math.gcd": { "num1": [ 36 ], "num2": [ 48 ] } } ]
parallel_30
parallel
travel/local_services/logistics
Book a flight from San Francisco to Tokyo on May 3rd 2022 and another flight from Tokyo to Sydney on May 18th 2022.
[ { "name": "book_flight", "description": "Book a flight from a departure city to a destination city on a specific date.", "parameters": { "type": "dict", "properties": { "departure_city": { "type": "string", "description": "The city from which the flight will depar...
[ { "book_flight": { "departure_city": [ "San Francisco", "SF" ], "destination_city": [ "Tokyo" ], "date": [ "2022-05-03", "05/03/2022", "May 3rd, 2022", "May 3, 2022", "May 3rd 2022" ] } }, { "book_fli...
parallel_multiple_150
parallel_multiple
travel/local_services/logistics
"Could you help me with a few things? First, I'm interested in finding out all the movies that actor Leonardo DiCaprio starred in the year 2010, specifically in the Drama category. Second, I'd like to know about any lawsuits filed against the company 'Apple Inc.' in the location 'California' in the year 2015, and I'm p...
[ { "name": "lawsuits_search", "description": "Search for lawsuits against a specific company within a specific time and location.", "parameters": { "type": "dict", "properties": { "company_name": { "type": "string", "description": "The name of the company." ...
[ { "imdb.find_movies_by_actor": { "actor_name": [ "Leonardo DiCaprio" ], "year": [ 2010 ], "category": [ "Drama" ] } }, { "lawsuits_search": { "company_name": [ "Apple Inc." ], "location": [ "California", ...
parallel_multiple_60
parallel_multiple
parallel_tool_use/general
"What is the capital city of Australia, what is the current population of Canada, and what is the largest city in Brazil?"
[ { "name": "country_info.largest_city", "description": "Fetch the largest city of a specified country.", "parameters": { "type": "dict", "properties": { "country": { "type": "string", "description": "Name of the country." } }, "required": [ ...
[ { "country_info.capital": { "country": [ "Australia" ] } }, { "country_info.population": { "country": [ "Canada" ] } }, { "country_info.largest_city": { "country": [ "Brazil" ] } } ]
parallel_22
parallel
parallel_tool_use/general
What is the status and scheduled trial date for case number XY1234 in Los Angeles County Court, and case number GH5678 in Orange County Court?
[ { "name": "court_info.get_case_status", "description": "Retrieves the status and trial dates for court cases from specified county courts.", "parameters": { "type": "dict", "properties": { "case_number": { "type": "string", "description": "The specific court case ...
[ { "court_info.get_case_status": { "case_number": [ "XY1234" ], "court": [ "Los Angeles County Court", "Los Angeles", "Los Angeles, CA", "LA" ], "details": [ "status", "" ] } }, { "court_info.get_case_status":...
parallel_73
parallel
parallel_tool_use/general
"Can you compute the derivative of the function 3x^2 + 2x - 1 at the value 5, where the variable present in the function is 'x', and then compute the derivative of the function 4y^3 - 3y^2 + 2y - 1 at the value 3, where the variable present in the function is 'y'?"
[ { "name": "calculus.derivative", "description": "Compute the derivative of a function at a specific value.", "parameters": { "type": "dict", "properties": { "function": { "type": "string", "description": "The function to calculate the derivative of." }, ...
[ { "calculus.derivative": { "function": [ "3x**2 + 2x - 1", "lambda x: 3x**2 + 2x - 1" ], "value": [ 5 ], "function_variable": [ "x", "" ] } }, { "calculus.derivative": { "function": [ "4y**3 - 3y**2 + 2y - 1", ...
parallel_multiple_77
parallel_multiple
parallel_tool_use/general
"Can you help me with some gaming information? First, I want to know about the rewards I can get from playing 'Call of Duty' on my 'Playstation'. Second, I am curious about the scores and rankings on level 3 of 'FIFA' on 'Xbox'. Third, I would like to know all the missions for 'Assassin Creed'. Lastly, I want to know t...
[ { "name": "game_scores.get", "description": "Retrieve scores and rankings based on player’s performance in a certain game.", "parameters": { "type": "dict", "properties": { "game": { "type": "string", "description": "The name of the game." }, "plat...
[ { "game_rewards.get": { "game": [ "Call of Duty" ], "platform": [ "Playstation" ], "mission": [ "" ], "trophy": [ "" ] } }, { "game_rewards.get": { "game": [ "Fortnite" ], "platform": [ ...
parallel_189
parallel
search/research
Can you find me parks in New York, USA that have a Tennis Court and a Picnic Area, then find parks in Los Angeles, USA that have a Playground and Running Track, and finally find parks in Chicago, USA that have a Tennis Court and a Playground?
[ { "name": "parks.find_nearby", "description": "Locate nearby parks based on specific criteria like tennis court availability.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city and state, e.g. London, UK" ...
[ { "parks.find_nearby": { "location": [ "New York, USA", "NY, USA", "New York City, USA", "NYC, USA" ], "amenities": [ [ "Tennis Court", "Picnic Area" ] ] } }, { "parks.find_nearby": { "location": [ ...
parallel_24
parallel
search/research
Can you find me case law details of Case No 28473 and 64725, their history and details of litigants?
[ { "name": "law_case.get_details", "description": "Fetches detailed information on a specific case including its history and the litigants involved.", "parameters": { "type": "dict", "properties": { "case_number": { "type": "string", "description": "The unique numb...
[ { "law_case.get_details": { "case_number": [ "28473" ], "include_history": [ true ], "include_litigants": [ true ] } }, { "law_case.get_details": { "case_number": [ "64725" ], "include_history": [ true ...
parallel_multiple_27
parallel_multiple
math/data_processing
Transfer $5000 from my checking to saving account. And calculate my potential interests after 5 years if the annual interest rate is 3%.
[ { "name": "bank_account.transfer", "description": "Transfer a given amount from one account to another.", "parameters": { "type": "dict", "properties": { "from_account": { "type": "string", "description": "The account to transfer from." }, "to_acco...
[ { "bank_account.transfer": { "from_account": [ "checking" ], "to_account": [ "saving" ], "amount": [ 5000 ] } }, { "bank_account.calculate_interest": { "principal": [ 5000 ], "rate": [ 0.03 ], "...
parallel_multiple_108
parallel_multiple
parallel_tool_use/general
"Could you please analyze my personality based on the five-factor model and the Myers-Briggs Type Indicator (MBTI)? For the five-factor model, consider that I am quite talkative, I don't get nervous easily, I have many artistic interests, I am not lazy, and I am quite forgiving. For the MBTI, my preferences are more to...
[ { "name": "MBTI.analyse", "description": "Analyse personality based on the Myers-Briggs Type Indicator (MBTI) which sorts for preferences and generates a 4-letter personality type.", "parameters": { "type": "dict", "properties": { "thinking_vs_feeling": { "type": "string", ...
[ { "five_factor_model.analyse": { "talkative": [ true ], "nervous": [ false ], "artistic_interests": [ true ], "lazy": [ false ], "forgiving": [ true ] } }, { "MBTI.analyse": { "thinking_vs_feeli...
parallel_multiple_199
parallel_multiple
math/data_processing
"Can you help me with two things? First, I am currently in New York and it's 2pm here. I have a meeting scheduled with a client in London and another one in Tokyo. I need to know what time it will be in both these cities when it's 2pm in New York. Second, I am considering switching to solar energy for my home in Califo...
[ { "name": "timezone.convert", "description": "Convert time from one time zone to another.", "parameters": { "type": "dict", "properties": { "time": { "type": "string", "description": "The local time you want to convert, e.g. 3pm" }, "from_timezone"...
[ { "timezone.convert": { "time": [ "2pm" ], "from_timezone": [ "New York", "NY", "America/New_York" ], "to_timezone": [ "London", "Europe/London" ] } }, { "timezone.convert": { "time": [ "2pm" ], ...
parallel_multiple_41
parallel_multiple
parallel_tool_use/general
Create a square painting with blue background and dimensions 16x16 inches, then display it for 30 seconds with 70% screen brightness
[ { "name": "painting.create", "description": "Creates a new painting with specified parameters", "parameters": { "type": "dict", "properties": { "shape": { "type": "string", "description": "Shape of the painting to be created." }, "background_color"...
[ { "painting.create": { "shape": [ "square" ], "background_color": [ "blue" ], "dimensions": [ [ 16, 16 ] ] } }, { "display.set_screen_brightness": { "percentage": [ 70 ], "duration": [ ...
parallel_multiple_6
parallel_multiple
math/data_processing
Find all prime numbers between 50 and 150. Then get the fibonacci series upto 150.
[ { "name": "count_items", "description": "Count the number of items in a collection.", "parameters": { "type": "dict", "properties": { "collection": { "type": "array", "items": { "type": "string" }, "description": "The collection of ...
[ { "find_prime_numbers": { "start": [ 50 ], "end": [ 150 ] } }, { "get_fibonacci_sequence": { "count": [ 150 ] } } ]
parallel_12
parallel
parallel_tool_use/general
Build a decision tree classifier model with gini criterion, maximum depth of 5 and random state of 1, another with entropy criterion, maximum depth of 10 and random state of 1.
[ { "name": "model.DecisionTreeClassifier", "description": "Build a Decision Tree Classifier model with provided criteria", "parameters": { "type": "dict", "properties": { "criterion": { "type": "string", "description": "The function to measure the quality of a spli...
[ { "model.DecisionTreeClassifier": { "criterion": [ "gini" ], "max_depth": [ 5 ], "random_state": [ 1 ] } }, { "model.DecisionTreeClassifier": { "criterion": [ "entropy" ], "max_depth": [ 10 ], "...
parallel_multiple_126
parallel_multiple
travel/local_services/logistics
"Can you help me find a recipe that uses chicken as the main ingredient and doesn't require more than 5 ingredients? After that, could you also find a restaurant that serves Italian cuisine and falls within a mid-range price? And finally, could you find another recipe that uses beef as the main ingredient and requires ...
[ { "name": "restaurant.find", "description": "Locate restaurants based on specific criteria such as cuisine and price range", "parameters": { "type": "dict", "properties": { "cuisine": { "type": "string", "description": "The type of cuisine preferred." }, ...
[ { "recipe.find": { "mainIngredient": [ "chicken" ], "ingredientLimit": [ 5 ] } }, { "restaurant.find": { "cuisine": [ "Italian" ], "price": [ [ "mid" ], "" ] } }, { "recipe.find": { ...
parallel_multiple_13
parallel_multiple
math/data_processing
'Calculate the energy required to heat 100 grams of water from 25 degrees Celsius to 100 degrees Celsius in joules, and also calculate the energy required to heat the same mass of Aluminium under same conditions in joules
[ { "name": "temperature_converter.convert", "description": "Convert a temperature from one unit to another.", "parameters": { "type": "dict", "properties": { "temperature": { "type": "float", "description": "The temperature to convert." }, "from_uni...
[ { "energy_calculator.calculate": { "substance": [ "water" ], "mass": [ 100 ], "initial_temperature": [ 25 ], "final_temperature": [ 100 ], "unit": [ "joules", "" ] } }, { "energy_calculator.ca...
parallel_193
parallel
media/content
Can you send an email to my colleague at john.doe@example.com with the subject "Project Update" and the body content "Dear John, The project is progressing as planned and we are on track to meet our deadlines. Best, Alex", then carbon copy the email to my manager at manager@example.com and blind carbon copy it to the H...
[ { "name": "send_email", "description": "Send an email to the specified email address.", "parameters": { "type": "dict", "properties": { "to": { "type": "string", "description": "The email address to send to." }, "subject": { "type": "stri...
[ { "send_email": { "to": [ "john.doe@example.com" ], "subject": [ "Project Update" ], "body": [ "Dear John, The project is progressing as planned and we are on track to meet our deadlines. Best, Alex" ], "cc": [ "manager@example.com" ...
parallel_multiple_110
parallel_multiple
parallel_tool_use/general
"What was the population of California in 1980 and 1990 according to the 'us_history.population_by_state_year' function, and what was the Real GDP of California in those same years according to the 'us_economy.gdp_by_state_year' function with the adjustment set to 'Real'?"
[ { "name": "us_history.population_by_state_year", "description": "Retrieve historical population data for a specific U.S. state and year.", "parameters": { "type": "dict", "properties": { "state": { "type": "string", "description": "The U.S. state for which to retr...
[ { "us_history.population_by_state_year": { "state": [ "California", "CA" ], "year": [ 1980 ] } }, { "us_history.population_by_state_year": { "state": [ "California", "CA" ], "year": [ 1990 ] } }, ...
parallel_36
parallel
parallel_tool_use/general
Using watercolor, what combination of colors should I mix to get the color magenta and what quantity for each color? Also, I want to know how to get color navy by using acrylic paint and their respective quantities.
[ { "name": "paint_color_mixture", "description": "Gives a combination of primary colors to mix for creating a certain color. This function requires type of paint and color.", "parameters": { "type": "dict", "properties": { "paint_type": { "type": "string", "descrip...
[ { "paint_color_mixture": { "paint_type": [ "Watercolor", "watercolor" ], "color": [ "Magenta", "magenta" ] } }, { "paint_color_mixture": { "paint_type": [ "Acrylic", "acrylic" ], "color": [ "Navy", ...
parallel_multiple_97
parallel_multiple
math/data_processing
"John has decided to invest his savings. He has $5000 that he wants to invest for a period of 5 years. He is considering two options. The first option is a simple interest scheme that offers an annual interest rate of 4%. The second option is a compound interest scheme that offers an annual interest rate of 3.5% and co...
[ { "name": "calc_Simple_Interest", "description": "Compute simple interest.", "parameters": { "type": "dict", "properties": { "principle_amount": { "type": "float", "description": "The principle amount that is invested." }, "duration": { "...
[ { "calc_Simple_Interest": { "principle_amount": [ 5000 ], "duration": [ 5 ], "annual_rate": [ 0.04 ] } }, { "calc_Compound_Interest": { "principle_amount": [ 5000 ], "duration": [ 5 ], "annual_r...
parallel_87
parallel
math/data_processing
"Imagine you are observing two racing cars on a straight track. The first car, Car A, starts from rest and accelerates at a rate of 6 m/s² for 10 seconds. The second car, Car B, starts with an initial velocity of 20 m/s and accelerates at a rate of 4 m/s² for 15 seconds. Using the function 'calculate_final_velocity', c...
[ { "name": "calculate_final_velocity", "description": "Calculate the final velocity of an object under constant acceleration, knowing its initial velocity, acceleration, and time of acceleration.", "parameters": { "type": "dict", "properties": { "initial_velocity": { "type":...
[ { "calculate_final_velocity": { "initial_velocity": [ 0 ], "acceleration": [ 6 ], "time": [ 10 ] } }, { "calculate_final_velocity": { "initial_velocity": [ 20 ], "acceleration": [ 4 ], "time": [...
parallel_multiple_36
parallel_multiple
search/research
Find overview about the Battle of Waterloo and the signing of the Treaty of Tordesillas.
[ { "name": "euro_history.treaty_info", "description": "Retrieve specific information about a signed European treaty.", "parameters": { "type": "dict", "properties": { "treaty_name": { "type": "string", "description": "The name of the treaty." }, "in...
[ { "euro_history.battle_details": { "battle_name": [ "Battle of Waterloo", "Waterloo" ], "specific_info": [ [ "overview" ] ] } }, { "euro_history.treaty_info": { "treaty_name": [ "Treaty of Tordesillas", "Tordesil...
parallel_multiple_170
parallel_multiple
media/content
"Imagine you are playing a role-playing game and you want to create a new player profile. You decided to name your character 'DragonSlayer' and choose 'Warrior' as your class. You also want to start at level 5. After setting up your profile, you want to take a break and find a nearby concert to attend. You are currentl...
[ { "name": "poker_probability.full_house", "description": "Calculate the probability of getting a full house in a poker game.", "parameters": { "type": "dict", "properties": { "deck_size": { "type": "integer", "description": "The size of the deck. Default is 52." ...
[ { "create_player_profile": { "player_name": [ "DragonSlayer" ], "class_type": [ "Warrior" ], "starting_level": [ 5 ] } }, { "concert.find_nearby": { "location": [ "New York, NY", "NY", "New York" ], ...
parallel_186
parallel
parallel_tool_use/general
What are the potential greenhouse gas emissions savings if I switch to solar energy for 12 months and wind energy for 8 months in the Midwest region of the United States?
[ { "name": "calculate_emission_savings", "description": "Calculate potential greenhouse gas emissions saved by switching to renewable energy sources.", "parameters": { "type": "dict", "properties": { "energy_type": { "type": "string", "description": "Type of the re...
[ { "calculate_emission_savings": { "energy_type": [ "solar" ], "usage_duration": [ 12 ], "region": [ "Midwest", "Midwest region" ] } }, { "calculate_emission_savings": { "energy_type": [ "wind" ], "usage_dur...
parallel_multiple_194
parallel_multiple
parallel_tool_use/general
"Could you help me with a few tasks? First, I would like to visualize a sine wave with a frequency of 5 Hz, starting from 0 radians and ending at 10 radians, with an amplitude of 2 and a phase shift of 1 radian. Secondly, I have a dataset `dataset` that I would like to train a Random Forest Model on. The dataset has 10...
[ { "name": "plot_sine_wave", "description": "Plot a sine wave for a given frequency in a given range.", "parameters": { "type": "dict", "properties": { "start_range": { "type": "integer", "description": "Start of the range in radians." }, "end_range...
[ { "plot_sine_wave": { "start_range": [ 0 ], "end_range": [ 10 ], "frequency": [ 5 ], "amplitude": [ 2 ], "phase_shift": [ 1 ] } }, { "random_forest.train": { "n_estimators": [ 200 ...
parallel_65
parallel
parallel_tool_use/general
What is the total circumference of four circles, where the first circle has a radius of 5cm, the second circle has a radius of 10cm, the third circle has a radius of 15cm, and the fourth circle has a radius of 20cm?
[ { "name": "calculate_circumference", "description": "Calculates the circumference of a circle with a given radius.", "parameters": { "type": "dict", "properties": { "radius": { "type": "integer", "description": "The radius of the circle in the unit given." ...
[ { "calculate_circumference": { "radius": [ 5 ], "unit": [ "cm", "centimeter" ] } }, { "calculate_circumference": { "radius": [ 10 ], "unit": [ "cm", "centimeter", "" ] } }, { "calculat...
parallel_multiple_3
parallel_multiple
parallel_tool_use/general
What are the length and the width of a rectangle which has a perimeter of 14 and area of 15.
[ { "name": "integral", "description": "Calculate the definite integral of a function over an interval [a, b].", "parameters": { "type": "dict", "properties": { "function": { "type": "string", "description": "The function to integrate." }, "a": { ...
[ { "get_rectangle_property": { "perimeter": [ 14 ], "area": [ 15 ], "property": [ "width" ], "tolerance": [ "" ] } }, { "get_rectangle_property": { "perimeter": [ 14 ], "area": [ 15 ...
parallel_143
parallel
parallel_tool_use/general
You are planning to build three triangular gardens in your backyard. The first garden has a base of 10 meters and a height of 5 meters, the second garden has a base of 15 meters and a height of 7 meters, and the third garden has a base of 20 meters and a height of 10 meters. What is the total area of the three gardens?
[ { "name": "calc_area_triangle", "description": "Calculate the area of a triangle with the formula area = 0.5 * base * height.", "parameters": { "type": "dict", "properties": { "base": { "type": "integer", "description": "The length of the base of the triangle in m...
[ { "calc_area_triangle": { "base": [ 10 ], "height": [ 5 ] } }, { "calc_area_triangle": { "base": [ 15 ], "height": [ 7 ] } }, { "calc_area_triangle": { "base": [ 20 ], "height": [ ...
parallel_58
parallel
parallel_tool_use/general
Get me the currency exchange rates of the following pairs: USD to AUD and USD to CAD?
[ { "name": "get_exchange_rate", "description": "Fetch the current exchange rate for the provided currency pairs.", "parameters": { "type": "dict", "properties": { "base_currency": { "type": "string", "description": "The base currency in the pair." }, ...
[ { "get_exchange_rate": { "base_currency": [ "USD" ], "target_currency": [ "AUD" ] } }, { "get_exchange_rate": { "base_currency": [ "USD" ], "target_currency": [ "CAD" ] } } ]
parallel_multiple_43
parallel_multiple
math/data_processing
What is the average price of a 4 ft x 4 ft marble statue in the museum of Philadelphia and 6 ft x 3 ft bronze sculpture in New York museum?
[ { "name": "get_sculpture_details", "description": "Retrieves details of a sculpture, such as its material and size, from a museum database.", "parameters": { "type": "dict", "properties": { "museum_location": { "type": "string", "description": "Location of the mus...
[ { "get_artwork_price": { "museum_location": [ "Philadelphia" ], "sculpture_material": [ "marble" ], "sculpture_size": [ [ 4, 4 ] ] } }, { "get_artwork_price": { "museum_location": [ "New York" ...
parallel_multiple_172
parallel_multiple
math/data_processing
"Can you help me with the following tasks? First, I want to find the closest high-rated grocery stores from my location at '123 Main Street, New York' that have 'milk', 'bread', and 'eggs' in stock. The store should have a minimum rating of 4.5. Second, I am interested in knowing more about the sculpture titled 'The Th...
[ { "name": "grocery_store.find_best", "description": "Find the closest high-rated grocery stores based on certain product availability.", "parameters": { "type": "dict", "properties": { "my_location": { "type": "string", "description": "The current location of the ...
[ { "grocery_store.find_best": { "my_location": [ "123 Main Street, New York", "123 Main St., NY" ], "rating": [ 4.5 ], "products": [ [ "milk", "bread", "eggs" ] ] } }, { "sculpture.get_details": ...
parallel_multiple_109
parallel_multiple
parallel_tool_use/general
"Can you tell me about the monarchs of France during the 17th century, major wars that took place in England during the 18th century, and the prominent art movements in Italy during the 19th century?"
[ { "name": "european_history.get_events", "description": "Provides a list of major historical events based on the specified country and century.", "parameters": { "type": "dict", "properties": { "country": { "type": "string", "description": "Country name." ...
[ { "european_history.get_monarchs": { "country": [ "France" ], "century": [ 17 ] } }, { "european_history.get_events": { "country": [ "England" ], "century": [ 18 ], "event_type": [ "war", "" ]...
parallel_multiple_185
parallel_multiple
math/data_processing
"Could you first fetch the top 10 popular artworks at the Metropolitan Museum of Art sorted by popularity and then fetch the top 5 artworks sorted chronologically? After that, could you search for ongoing lawsuits related to Google that were filed in California starting from January 1, 2020? Lastly, could you also find...
[ { "name": "metropolitan_museum.get_top_artworks", "description": "Fetches the list of popular artworks at the Metropolitan Museum of Art. Results can be sorted based on popularity.", "parameters": { "type": "dict", "properties": { "number": { "type": "integer", "d...
[ { "metropolitan_museum.get_top_artworks": { "number": [ 10 ], "sort_by": [ "popularity", "" ] } }, { "metropolitan_museum.get_top_artworks": { "number": [ 5 ], "sort_by": [ "chronological" ] } }, { "l...
parallel_multiple_92
parallel_multiple
parallel_tool_use/general
"Imagine you are planning a trip to Mars. You weigh 75 kilograms on Earth and you are curious about how much you would weigh on Mars. After your trip to Mars, you plan to visit Japan. You have 5000 US dollars and you want to know how much it would be in Japanese Yen. During your stay in Japan, you come across a beautif...
[ { "name": "calculate.weight_in_space", "description": "Calculate your weight on different planets given your weight on earth", "parameters": { "type": "dict", "properties": { "weight_earth_kg": { "type": "float", "description": "Your weight on Earth in Kilograms."...
[ { "calculate.weight_in_space": { "weight_earth_kg": [ 75 ], "planet": [ "Mars" ] } }, { "currency_conversion": { "amount": [ 5000 ], "from_currency": [ "USD", "US Dollars", "US Dollar" ], "to_curren...
parallel_multiple_59
parallel_multiple
math/data_processing
"Imagine you are a math teacher preparing for a geometry class. You want to create a worksheet for your students that includes problems on calculating areas of different shapes. You have decided to include a problem on calculating the area of a triangle using Heron's formula, another problem on calculating the area of ...
[ { "name": "math.triangle_area_heron", "description": "Calculates the area of a triangle using Heron's formula, given the lengths of its three sides.", "parameters": { "type": "dict", "properties": { "side1": { "type": "float", "description": "Length of the first s...
[ { "math.triangle_area_heron": { "side1": [ 7 ], "side2": [ 10 ], "side3": [ 5 ] } }, { "math.triangle_area_base_height": { "base": [ 8 ], "height": [ 6 ] } }, { "math.circle_area": { ...
parallel_multiple_52
parallel_multiple
parallel_tool_use/general
Play the Game of life for 3 rounds starting from an empty board, then play chess where the 1st move is e4 and the 2nd move is e5.
[ { "name": "chess.play", "description": "Makes moves in a chess game.", "parameters": { "type": "dict", "properties": { "moves": { "type": "array", "items": { "type": "string" }, "description": "List of moves to play in the game." ...
[ { "game_of_life.play": { "rounds": [ 3 ], "start_board": [ [] ] } }, { "chess.play": { "moves": [ [ "e4", "e5" ] ] } } ]
parallel_multiple_173
parallel_multiple
travel/local_services/logistics
"Can you help me find a Thai restaurant in New York, NY within a 10-mile radius, and then find an Italian restaurant in the same location within the same distance? After that, could you provide the precipitation statistics for the Amazon rainforest for the past year and then for the past five years?"
[ { "name": "ecology_data.precipitation_stats", "description": "Retrieve precipitation data for a specified location and time period.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The name of the location, e.g., 'A...
[ { "restaurant.find_nearby": { "location": [ "New York, NY", "NY", "New York" ], "cuisine": [ "Thai" ], "max_distance": [ 10 ] } }, { "restaurant.find_nearby": { "location": [ "New York, NY", "NY", ...
parallel_multiple_42
parallel_multiple
search/research
Find me a bronze statue in the Modern Arts Museum in New York and a stone sculpture in the Louvre Museum in Paris. Also, find me a painting made by Picasso in the Metropolitan Museum of Art.
[ { "name": "book.find", "description": "Find a book in a library based on specific criteria like author, genre or publication year.", "parameters": { "type": "dict", "properties": { "library": { "type": "string", "description": "The name of the library." },...
[ { "artwork.find": { "museum": [ "Modern Arts Museum, New York", "Modern Arts Museum" ], "type": [ "sculpture", "Sculpture" ], "material": [ "bronze", "Bronze" ], "artist": [ "" ] } }, { "artwork.f...
parallel_multiple_14
parallel_multiple
parallel_tool_use/general
Give me the population size of tigers in Bangladesh and India for the last 5 years. Also provide the projected population size of tigers in Nepal and Malaysia for the next 10 years.
[ { "name": "crop_yield.get_history", "description": "Retrieve historical crop yield data of a specific crop in a given country.", "parameters": { "type": "dict", "properties": { "country": { "type": "string", "description": "The country of interest." }, ...
[ { "animal_population.get_history": { "country": [ "Bangladesh" ], "species": [ "tigers", "tiger" ], "years": [ 5 ] } }, { "animal_population.get_history": { "country": [ "India" ], "species": [ "tig...
parallel_155
parallel
parallel_tool_use/general
You are given a dataset with various variables including 'Age', 'Income', 'Education', 'Gender', 'Marital Status', and 'Spending Score'. You want to predict 'Spending Score' based on the other variables. Could you please use the 'run_linear_regression' function to build a linear regression model using 'Age', 'Income', ...
[ { "name": "run_linear_regression", "description": "Build a linear regression model using given predictor variables and a target variable.", "parameters": { "type": "dict", "properties": { "predictors": { "type": "array", "items": { "type": "string" ...
[ { "run_linear_regression": { "predictors": [ [ "Age", "Income", "Education" ] ], "target": [ "Spending Score" ], "standardize": [ false ] } }, { "run_linear_regression": { "predictors": [ ...
parallel_multiple_175
parallel_multiple
math/data_processing
"Could you please first use the 'get_current_time' function to find out the current time in Tokyo, Japan, in the 'Asia/Tokyo' timezone? Then, could you use the same function again to find out the current time in New York, United States, in the 'America/New_York' timezone? After that, could you use the 'get_stock_info' ...
[ { "name": "get_stock_info", "description": "Retrieves information about a specific stock based on company's name.", "parameters": { "type": "dict", "properties": { "company_name": { "type": "string", "description": "The name of the company." }, "de...
[ { "get_current_time": { "location": [ "Tokyo" ], "country": [ "Japan", "JP" ], "timezone": [ "Asia/Tokyo" ] } }, { "get_current_time": { "location": [ "New York", "NY" ], "country": [ "Unite...
parallel_183
parallel
math/data_processing
"Imagine you are a drone operator. You are currently operating a drone that is at a point (5, 7) in the sky. You are asked to move the drone to a new point (10, 15). After reaching the new point, you are again asked to move the drone to another point (20, 25). Can you calculate the total distance the drone has traveled...
[ { "name": "math.hypot", "description": "Calculate the Euclidean norm, sqrt(sum(squares)), the length of the vector from the origin to point (x, y) which is the hypotenuse of the right triangle.", "parameters": { "type": "dict", "properties": { "x": { "type": "integer", ...
[ { "math.hypot": { "x": [ 5 ], "y": [ 7 ], "z": [ "", 0 ] } }, { "math.hypot": { "x": [ 10 ], "y": [ 15 ], "z": [ "", 0 ] } }, { "math.hypot": { "x...
parallel_21
parallel
parallel_tool_use/general
Show me all individuals who were convicted for money laundering from San Francisco in 2019 and ones convicted for the same in Texas in 2018
[ { "name": "law_crimes.search", "description": "Locate individuals based on their crime conviction and location.", "parameters": { "type": "dict", "properties": { "crime": { "type": "string", "description": "Type of crime to search." }, "location": ...
[ { "law_crimes.search": { "crime": [ "money laundering" ], "location": [ "San Francisco", "SF" ], "year": [ 2019 ] } }, { "law_crimes.search": { "crime": [ "money laundering" ], "location": [ "Texas"...
parallel_106
parallel
parallel_tool_use/general
Can you fetch the DNA sequence of a molecule with the unique ID 'XYZ123' from the public database, then fetch the same sequence again but this time in 'genbank' format, and finally fetch the sequence once more but now with 500 base pairs included upstream the DNA sequence?
[ { "name": "fetch_DNA_sequence", "description": "Retrieve the sequence of a DNA molecule with the given id from a public database.", "parameters": { "type": "dict", "properties": { "DNA_id": { "type": "string", "description": "Unique ID of the DNA molecule in the d...
[ { "fetch_DNA_sequence": { "DNA_id": [ "XYZ123" ], "format": [ "", "fasta" ], "upstream": [ "", 0 ] } }, { "fetch_DNA_sequence": { "DNA_id": [ "XYZ123" ], "format": [ "genbank" ], ...
parallel_multiple_186
parallel_multiple
finance/trading
" I'm trying to figure out the RGB values of the color 'Cerulean' based on the 'pantone' standard. Secondly, I'm interested in buying a used 'Fender Stratocaster' guitar in 'Good' condition, being sold in 'Los Angeles'. Could you find out the price for me? Lastly, I'm organizing a chess tournament in 'New York' and I'm...
[ { "name": "guitar_price.find", "description": "Retrieve the price of a specific used guitar model based on its condition and location.", "parameters": { "type": "dict", "properties": { "model": { "type": "string", "description": "The model of the guitar." ...
[ { "identify_color_rgb": { "color_name": [ "Cerulean" ], "standard": [ "pantone", "Pantone" ] } }, { "guitar_price.find": { "model": [ "Fender Stratocaster" ], "condition": [ "Good" ], "location": [ ...
parallel_multiple_149
parallel_multiple
travel/local_services/logistics
"Can you help me with a few tasks? First, I need to book a hotel room in Paris for 5 nights starting from 20th June. I prefer a deluxe room and would like the hotel to have a gym and offer free breakfast. Secondly, I am curious about the last match played by the soccer club 'Manchester United'. Could you fetch the deta...
[ { "name": "hotel_booking", "description": "Books a hotel room given the location, room type, stay duration and any additional preferences.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city where you want to ...
[ { "hotel_booking": { "location": [ "Paris" ], "room_type": [ "deluxe" ], "duration": [ 5 ], "start_date": [ "20th June", "2023-06-20", "06/20/2023", "Jun.20,2023" ], "preferences": [ [ ...
parallel_multiple_115
parallel_multiple
search/research
"Can you help me plan my trip to New York? I would like to visit a modern art installation, a park with a playground and a picnic area, and a popular monument. Could you find these for me?"
[ { "name": "artwork_search.find", "description": "Search for artworks based on type and location.", "parameters": { "type": "dict", "properties": { "type": { "type": "string", "description": "Type of the artwork. E.g., painting, sculpture, installation." },...
[ { "artwork_search.find": { "type": [ "installation" ], "location": [ "New York", "NY" ], "era": [ "modern", "" ] } }, { "park_search.find": { "facilities": [ [ "playground", "picnic area" ...
parallel_multiple_157
parallel_multiple
math/data_processing
"Could you help me with a few calculations and searches? First, I'd like to calculate the area of a triangle with a base of 15 meters and a height of 20 meters, and I'd like the result in square meters. Then, I have two datasets that I'd like to compare statistically. The first dataset consists of the numbers 12, 15, 1...
[ { "name": "t_test", "description": "Perform a statistical t-test to check if the means of two independent datasets are statistically different.", "parameters": { "type": "dict", "properties": { "dataset_A": { "type": "array", "items": { "type": "intege...
[ { "geometry.area_triangle": { "base": [ 15 ], "height": [ 20 ], "unit": [ "square meters", "m^2", "" ] } }, { "geometry.area_triangle": { "base": [ 10 ], "height": [ 30 ], "unit"...
live_parallel_multiple_9-8-0
live_parallel_multiple
parallel_tool_use/general
I'm looking to get updated on the following: 'significant events, news articles, and developments that since October 2021'. Please check for this verbatim. Could you provide me with the latest information on this? Include only information published after the year 2022. Also, I'd like to have "a digital painting of a ma...
[ { "name": "search_engine.query", "description": "Executes a search query and retrieves relevant real-time information, specific details, or general facts from the internet, with an option to filter results from the year 2022 onwards.", "parameters": { "type": "dict", "required": [ "p...
[ { "search_engine.query": { "prompt": [ "significant events, news articles, and developments that since October 2021" ], "include_after_year": [ true ], "source": [ "", "Google" ] } }, { "generate_image": { "prompt": [ ...
parallel_68
parallel
math/data_processing
"John is working on a project where he needs to calculate the area of two right-angled triangles. The first triangle has a base of 12 meters and a height of 15 meters. The second triangle has a base of 18 meters and a height of 24 meters. He wants to know the total area of these two triangles in square meters. Can you ...
[ { "name": "calculate_area", "description": "Calculate the area of a right-angled triangle given the lengths of its base and height.", "parameters": { "type": "dict", "properties": { "base": { "type": "integer", "description": "The length of the base of the right-a...
[ { "calculate_area": { "base": [ 12 ], "height": [ 15 ], "unit": [ "m", "meters", "meter" ] } }, { "calculate_area": { "base": [ 18 ], "height": [ 24 ], "unit": [ "m", ...
parallel_82
parallel
math/data_processing
A group of cyclists are planning a two-day cycling trip. On the first day, they plan to cover a distance of 120 kilometers in 5 hours. On the second day, they plan to cover a distance of 150 kilometers in 6 hours. They want to know their average velocity for each day in km/h. Could you calculate their velocity for each...
[ { "name": "calculate_velocity", "description": "Calculate the velocity for a certain distance travelled within a specific duration.", "parameters": { "type": "dict", "properties": { "distance": { "type": "integer", "description": "The distance travelled by the obj...
[ { "calculate_velocity": { "distance": [ 120 ], "duration": [ 5 ], "unit": [ "km/h", "" ] } }, { "calculate_velocity": { "distance": [ 150 ], "duration": [ 6 ], "unit": [ "km/h", ...
parallel_multiple_143
parallel_multiple
math/data_processing
"Can you help me with a few tasks? First, I need to calculate the factorial of 7. Then, I'm looking to buy a flute. I prefer the brand 'Yamaha' and I want it to have an 'open hole' and a 'silver headjoint'. Lastly, I'm doing a genetics study and I need to calculate the frequency of the 'AA' genotype in a population whe...
[ { "name": "find_flute", "description": "Locate a flute for sale based on specific requirements.", "parameters": { "type": "dict", "properties": { "brand": { "type": "string", "description": "The brand of the flute. Example, 'Yamaha'" }, "specs": { ...
[ { "math.factorial": { "number": [ 7 ] } }, { "find_flute": { "brand": [ "Yamaha", "Yamaha" ], "specs": [ [ "open hole", "silver headjoint" ], [ "open-hole", "silver-headjoint" ...
parallel_0
parallel
media/content
Play songs from the artists Taylor Swift and Maroon 5, with a play time of 20 minutes and 15 minutes respectively, on Spotify.
[ { "name": "spotify.play", "description": "Play specific tracks from a given artist for a specific time duration.", "parameters": { "type": "dict", "properties": { "artist": { "type": "string", "description": "The artist whose songs you want to play." }, ...
[ { "spotify.play": { "artist": [ "Taylor Swift" ], "duration": [ 20 ] } }, { "spotify.play": { "artist": [ "Maroon 5" ], "duration": [ 15 ] } } ]
parallel_130
parallel
travel/local_services/logistics
"Can you help me find four restaurants in New York that serve Italian food and cater to my dietary requirements of being vegan and gluten-free, and then find four more restaurants in Los Angeles that serve the same type of food and also cater to my dietary requirements?"
[ { "name": "find_restaurants", "description": "Locate nearby restaurants based on location and food preferences.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The specific location or area." }, "fo...
[ { "find_restaurants": { "location": [ "New York", "New York, NY", "NYC" ], "food_type": [ "Italian", "italian" ], "number": [ 4 ], "dietary_requirements": [ [ "vegan", "gluten-free" ] ...
live_parallel_multiple_20-17-0
live_parallel_multiple
media/content
I need to set up reservations for my upcoming trip and really need your help to get this done with a minimal amount of stress. Can you find a music event happening in New York on 2023-05-21? Also, I'm traveling from Boston, MA to New York by bus on the same date. Could you search for a direct bus itinerary for 2 people...
[ { "name": "Buses_3_FindBus", "description": "Search for a bus itinerary between two cities on a specified date, considering the number of passengers and route category.", "parameters": { "type": "dict", "required": [ "from_city", "to_city", "departure_date" ], ...
[ { "Buses_3_FindBus": { "from_city": [ "Boston, MA" ], "to_city": [ "New York, NY" ], "departure_date": [ "2023-05-21" ], "num_passengers": [ 2 ], "category": [ "", "direct" ] } }, { "Events_3_...
parallel_16
parallel
math/data_processing
Calculate return on investment for an initial investment of $2000 with a gain of $500. Do the same calculation for an initial investment of $5000 with a loss of $1000.
[ { "name": "calculate_return_on_investment", "description": "Calculate the return on investment given an initial investment and a gain or loss.", "parameters": { "type": "dict", "properties": { "initial_investment": { "type": "integer", "description": "The initial ...
[ { "calculate_return_on_investment": { "initial_investment": [ 2000 ], "gain_loss": [ 500 ] } }, { "calculate_return_on_investment": { "initial_investment": [ 5000 ], "gain_loss": [ -1000 ] } } ]
parallel_77
parallel
math/data_processing
"Can you calculate the highest common factor of the pair of numbers (45, 60) and then use that result to find the highest common factor with another pair of numbers (90, 120)? Please also find the highest common factor of the pair (36, 48) and then find the highest common factor of that result with the pair (72, 96)."
[ { "name": "math.hcf", "description": "Calculate the highest common factor of two numbers.", "parameters": { "type": "dict", "properties": { "number1": { "type": "integer", "description": "First number." }, "number2": { "type": "integer", ...
[ { "math.hcf": { "number1": [ 45 ], "number2": [ 60 ] } }, { "math.hcf": { "number1": [ 90 ], "number2": [ 120 ] } }, { "math.hcf": { "number1": [ 36 ], "number2": [ 48 ...
parallel_multiple_15
parallel_multiple
travel/local_services/logistics
Find a Chinese restaurant near me in New York and suggest a high-rated of 4 Italian restaurant in Los Angeles. Then find a cheapest flight for round-trip from New York to Los Angeles
[ { "name": "restaurant.search", "description": "Find a restaurant in a specified location based on the cuisine and ratings.", "parameters": { "type": "dict", "properties": { "location": { "type": "string", "description": "The city and state, e.g. New York, NY" ...
[ { "restaurant.search": { "location": [ "New York, NY" ], "cuisine": [ "Chinese" ], "rating": [ 1, "" ] } }, { "restaurant.search": { "location": [ "Los Angeles, CA" ], "cuisine": [ "Italian" ]...
parallel_multiple_177
parallel_multiple
search/research
"Can you first find out the key historical events related to 'War' and 'Economy' that took place in France between the years 1800 and 1900? After that, could you please tell me the current market value of the sculpture 'The Thinker' created by the artist 'Auguste Rodin'? Lastly, I would also like to know the market val...
[ { "name": "get_sculpture_value", "description": "Retrieve the current market value of a particular sculpture by a specific artist.", "parameters": { "type": "dict", "properties": { "sculpture": { "type": "string", "description": "The name of the sculpture." ...
[ { "history.get_key_events": { "country": [ "France" ], "start_year": [ 1800 ], "end_year": [ 1900 ], "event_type": [ [ "War", "Economy" ] ] } }, { "get_sculpture_value": { "sculpture": [...
parallel_multiple_142
parallel_multiple
math/data_processing
"In the game 'Animal Crossing', I am interested in collecting bugs during the 'Summer' season. Could you help me find out what bugs are available during this time? Also, in the same game, I would like to know what fish can be collected in the 'Winter' season. On a completely different note, I am studying genetics and I...
[ { "name": "mutation_type.find", "description": "Finds the type of a genetic mutation based on its SNP (Single Nucleotide Polymorphism) ID.", "parameters": { "type": "dict", "properties": { "snp_id": { "type": "string", "description": "The ID of the Single Nucleoti...
[ { "get_collectables_in_season": { "game_name": [ "Animal Crossing" ], "season": [ "Summer" ], "item_type": [ "bug" ] } }, { "get_collectables_in_season": { "game_name": [ "Animal Crossing" ], "season": [ "W...
parallel_149
parallel
math/data_processing
What is the distance in miles between the celestial bodies Mars and Venus, and then between Mars and Jupiter, given that the function 'calculate_distance' requires the names of the two celestial bodies and the unit of measurement?
[ { "name": "calculate_distance", "description": "Calculate the distance between two celestial bodies.", "parameters": { "type": "dict", "properties": { "body1": { "type": "string", "description": "The first celestial body." }, "body2": { "...
[ { "calculate_distance": { "body1": [ "Mars" ], "body2": [ "Venus" ], "unit": [ "miles" ] } }, { "calculate_distance": { "body1": [ "Mars" ], "body2": [ "Jupiter" ], "unit": [ "miles" ...