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_147 | parallel_multiple | travel/local_services/logistics | "Can you help me plan a day out? I want to start by having lunch at a restaurant in San Francisco that serves Italian food. I would like to see 5 options and I am a vegan. After lunch, I want to catch a match of the Golden State Warriors. Can you tell me their next 3 match schedules in the NBA? Later in the evening, I ... | [
{
"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": [
"San Francisco",
"SF",
"San Francisco, California",
"San Francisco, CA"
],
"food_type": [
"Italian"
],
"number": [
5
],
"dietary_requirements": [
[
"vegan"
]
... |
parallel_41 | parallel | media/content | Show me the closest music shop where I can purchase a Yamaha acoustic guitar and a Kawai piano in San Francisco, California, and Chicago, Illinois. | [
{
"name": "find_music_instrument_store",
"description": "Locate nearby music instrument stores that sell specific brands or instruments",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The city and state e.g. San Fr... | [
{
"find_music_instrument_store": {
"location": [
"San Francisco, CA",
"San Francisco, CA",
"San Francisco, California"
],
"instruments": [
[
"Yamaha Acoustic Guitar",
"Kawai Piano"
],
[
"Kawai Piano",
"Yama... |
parallel_multiple_63 | parallel_multiple | travel/local_services/logistics | "Can you tell me what the weather was like in New York City on 2020-12-25 and 2021-01-01, and also provide the historical weather data for the geographical coordinates (40.7128, -74.0060) on 2021-01-15? Additionally, can you forecast the weather for the same coordinates for the next 10 days?" | [
{
"name": "weather.get_forecast_by_coordinates",
"description": "Get the weather forecast for a specific geographical coordinates.",
"parameters": {
"type": "dict",
"properties": {
"coordinates": {
"type": "tuple",
"items": {
"type": "float"
... | [
{
"weather.get_by_coordinates_date": {
"coordinates": [
[
40.7128,
-74.006
]
],
"date": [
"2021-01-15",
"01/15/2021",
"Jan 15, 2021"
]
}
},
{
"weather.get_by_city_date": {
"city": [
"New York City",
... |
parallel_multiple_162 | parallel_multiple | math/data_processing | "Imagine you are planning your finances and you want to calculate the future value of your investments. You have an initial investment of $5000, an annual rate of return of 7%, and you plan to invest for 10 years. Additionally, you will be making regular contributions of $200. After calculating the future value, you wa... | [
{
"name": "create_histogram",
"description": "Create a histogram based on provided data.",
"parameters": {
"type": "dict",
"properties": {
"data": {
"type": "array",
"items": {
"type": "integer"
},
"description": "The data for which... | [
{
"finance.calculate_future_value": {
"initial_investment": [
5000
],
"rate_of_return": [
0.07
],
"years": [
10
],
"contribution": [
200
]
}
},
{
"create_histogram": {
"data": [
[
7,
8,
... |
parallel_multiple_26 | parallel_multiple | math/data_processing | Get me the transaction history for my account '00125648' for the past 7 days and also calculate the total balance. | [
{
"name": "bank.get_transaction_history",
"description": "Retrieve transaction history for a specific bank account over a specified time frame.",
"parameters": {
"type": "dict",
"properties": {
"account": {
"type": "string",
"description": "The account number for ... | [
{
"bank.get_transaction_history": {
"account": [
"00125648"
],
"days": [
7
]
}
},
{
"bank.calculate_balance": {
"account": [
"00125648"
],
"transactions": [
[],
""
],
"type": [
"credit",
""
... |
parallel_74 | parallel | math/data_processing | What are the prime factors of the number 4567 and 7890, and can you provide these in a formatted string as well as an array? | [
{
"name": "get_prime_factors",
"description": "Function to retrieve prime factors of a number.",
"parameters": {
"type": "dict",
"properties": {
"number": {
"type": "integer",
"description": "Number for which prime factors need to be calculated"
},
... | [
{
"get_prime_factors": {
"number": [
4567
],
"formatted": [
true
]
}
},
{
"get_prime_factors": {
"number": [
4567
],
"formatted": [
false
]
}
},
{
"get_prime_factors": {
"number": [
7890
]... |
parallel_71 | parallel | math/data_processing | "Could you calculate the derivative of the polynomial function '3x^3 - 2x^2 + 5x - 7' and then evaluate this derivative at x=4? After that, could you also calculate the derivative of the resulting function and evaluate it at x=2?" | [
{
"name": "calculate_derivative",
"description": "Calculate the derivative of a polynomial function.",
"parameters": {
"type": "dict",
"properties": {
"function": {
"type": "string",
"description": "The polynomial function."
},
"x_value": {
... | [
{
"calculate_derivative": {
"function": [
"3x**3 - 2x**2 + 5x - 7",
"lambda x: 3x**3 - 2x**2 + 5x - 7"
],
"x_value": [
4
]
}
},
{
"calculate_derivative": {
"function": [
"9x**2 - 4x + 5",
"lambda x: 9x**2 - 4x + 5"
],
... |
live_parallel_multiple_15-13-0 | live_parallel_multiple | parallel_tool_use/general | Could you add 1 and 2 together and also tell me the current time in 'Europe/Berlin' including the date? | [
{
"name": "getCurrentTime",
"description": "Returns the current local time in ISO 8601 format.",
"parameters": {
"type": "dict",
"required": [],
"properties": {
"timezone": {
"type": "string",
"description": "The timezone for which the current time is reques... | [
{
"sum": {
"a": [
1
],
"b": [
2
]
}
},
{
"getCurrentTime": {
"timezone": [
"Europe/Berlin"
],
"include_date": [
true
]
}
}
] |
parallel_39 | parallel | finance/trading | Find opening hours and ticket prices for adults and children for the National Museum in Washington D.C. and the Louvre Museum in Paris. | [
{
"name": "museum_info.get_info",
"description": "Retrieve specific details about museums, such as opening hours and ticket prices.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "City where the museum is located."... | [
{
"museum_info.get_info": {
"location": [
"Washington D.C.",
"Washington DC"
],
"details": [
[
"Opening hours",
"Adult tickets",
"Child tickets"
],
[
"Opening hours",
"Child tickets",
"Adult tic... |
parallel_188 | parallel | travel/local_services/logistics | What are the current traffic conditions for a route from New York to Los Angeles using driving as the preferred method of transportation, then from Los Angeles to San Francisco using bicycling as the preferred method of transportation, and finally from San Francisco back to New York using transit as the preferred metho... | [
{
"name": "get_traffic_info",
"description": "Retrieve current traffic conditions for a specified route.",
"parameters": {
"type": "dict",
"properties": {
"start_location": {
"type": "string",
"description": "The starting point of the route."
},
"e... | [
{
"get_traffic_info": {
"start_location": [
"New York",
"New York, NY",
"NYC"
],
"end_location": [
"Los Angeles",
"Los Angeles, CA",
"LA"
],
"mode": [
"driving",
""
]
}
},
{
"get_traffic_info": {
... |
parallel_113 | parallel | parallel_tool_use/general | "Could you please predict the likelihood of type 2 diabetes for four individuals with the following characteristics: The first person weighs 180 lbs, is 70 inches tall, and has a 'lightly active' lifestyle. The second person weighs 200 lbs, is 65 inches tall, and is 'very active'. The third person weighs 150 lbs, is 72... | [
{
"name": "diabetes_prediction",
"description": "Predict the likelihood of diabetes type 2 based on a person's weight and height.",
"parameters": {
"type": "dict",
"properties": {
"weight": {
"type": "integer",
"description": "Weight of the person in lbs."
... | [
{
"diabetes_prediction": {
"weight": [
180
],
"height": [
70
],
"activity_level": [
"lightly active"
]
}
},
{
"diabetes_prediction": {
"weight": [
200
],
"height": [
65
],
"activity_level": [
... |
parallel_135 | parallel | parallel_tool_use/general | What is the total distance in kilometers if I start my journey from New York, travel to Los Angeles, then from Los Angeles to Miami, and finally from Miami back to New York? | [
{
"name": "geo_distance.calculate",
"description": "Calculate the geographic distance between two given locations.",
"parameters": {
"type": "dict",
"properties": {
"start_location": {
"type": "string",
"description": "The starting location for the distance calcul... | [
{
"geo_distance.calculate": {
"start_location": [
"New York",
"New York, NY",
"New York, NY",
"NYC"
],
"end_location": [
"Los Angeles",
"Los Angeles, CA",
"LA"
],
"units": [
"kilometers",
""
]
}
},
... |
parallel_23 | parallel | math/data_processing | Please calculate the amount of alimony the payor spouse would have to pay to the recipient spouse in California for the next 10 years and 20 years if the payor spouse's monthly gross income is $10,000 and the recipient spouse's monthly gross income is $3,000. | [
{
"name": "alimony_calculator.ca.calculate",
"description": "Calculate the amount of alimony one spouse would have to pay to the other spouse in the state of California.",
"parameters": {
"type": "dict",
"properties": {
"payor_income": {
"type": "integer",
"descri... | [
{
"alimony_calculator.ca.calculate": {
"payor_income": [
10000
],
"recipient_income": [
3000
],
"duration": [
10
]
}
},
{
"alimony_calculator.ca.calculate": {
"payor_income": [
10000
],
"recipient_income": [
... |
parallel_multiple_193 | parallel_multiple | travel/local_services/logistics | "Can you tell me the name of the scientist who is credited for the discovery of 'Relativity Theory'? After that, I want to book a direct flight from 'Los Angeles' to 'New York' on the date '2022-12-25' at '10:00 AM'. Also, I am interested in knowing the player statistics for the video game 'Call of Duty' for the userna... | [
{
"name": "get_scientist_for_discovery",
"description": "Retrieve the scientist's name who is credited for a specific scientific discovery or theory.",
"parameters": {
"type": "dict",
"properties": {
"discovery": {
"type": "string",
"description": "The scientific ... | [
{
"get_scientist_for_discovery": {
"discovery": [
"Relativity Theory"
]
}
},
{
"flight.book": {
"departure_location": [
"Los Angeles",
"LAX",
"Los Angeles, CA"
],
"destination_location": [
"New York",
"NY",
"New Yo... |
parallel_197 | parallel | parallel_tool_use/general | "Can you provide me with the details of the lawsuit case with the case number '12345ABC', which was initiated in the year 2018 and filed in the New York court jurisdiction? Also, can you retrieve the same information for another lawsuit case with the case number '67890XYZ', initiated in the year 2019 and filed in the C... | [
{
"name": "lawsuit_info",
"description": "Retrieves details of a lawsuit given a case number",
"parameters": {
"type": "dict",
"properties": {
"case_number": {
"type": "string",
"description": "The unique identifier of the lawsuit case"
},
"year": ... | [
{
"lawsuit_info": {
"case_number": [
"12345ABC"
],
"year": [
2018
],
"location": [
"New York",
"New York, NY",
"NY",
""
]
}
},
{
"lawsuit_info": {
"case_number": [
"67890XYZ"
],
"year": [
... |
parallel_multiple_140 | parallel_multiple | math/data_processing | "Imagine you are a scientist working in a lab. You have a substance with a mass of 10 kilograms and a volume of 2 cubic meters. You want to calculate the density of this substance in kg/m³. After your experiment, you want to relax by doing some painting. You decide to mix two primary colors, red and blue. However, you ... | [
{
"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³",
"kilograms per cubic meter",
""
]
}
},
{
"mix_paint_color": {
"color1": [
"red"
],
"color2": [
"blue"
],
... |
parallel_69 | parallel | math/data_processing | "John is a geometry teacher who is preparing a quiz for his students. He has drawn two triangles on the board. The first triangle has a base of 10 units and a height of 5 units. The second triangle has a base of 8 units and a height of 6 units. John wants to know the total area of the two triangles combined. Can you he... | [
{
"name": "calculate_triangle_area",
"description": "Calculate the area of a triangle using its base and height.",
"parameters": {
"type": "dict",
"properties": {
"base": {
"type": "integer",
"description": "The length of the base of the triangle."
},
... | [
{
"calculate_triangle_area": {
"base": [
10
],
"height": [
5
]
}
},
{
"calculate_triangle_area": {
"base": [
8
],
"height": [
6
]
}
}
] |
parallel_146 | parallel | parallel_tool_use/general | "Can you plot two sine waves for me? The first one should have 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. The second one should have a frequency of 10 Hz, starting from 0 radians and ending at 20 radians, with an amplitude of 3 and a phas... | [
{
"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
]
}
},
{
"plot_sine_wave": {
"start_range": [
0
],
... |
parallel_multiple_64 | parallel_multiple | parallel_tool_use/general | "Can you help me understand the ecological impact of the African Elephant in the Serengeti ecosystem over the last 5 years and also assess the population growth of the same species in the same location over the last 10 years? After that, I would also like to know the ecological impact of the Bengal Tiger in the Sundarb... | [
{
"name": "wildlife_population.assess_growth",
"description": "Assesses the population growth of a specific species in a specified location over a period.",
"parameters": {
"type": "dict",
"properties": {
"species": {
"type": "string",
"description": "The species ... | [
{
"wildlife_population.assess_growth": {
"species": [
"African Elephant"
],
"location": [
"Serengeti",
"Serengeti ecosystem"
],
"duration": [
10
]
}
},
{
"ecological_impact.analyze": {
"species": [
"African Elephant"
... |
parallel_117 | parallel | parallel_tool_use/general | What is the population density of China in 2000 and 2010, given that the population was 1.267 billion in 2000 and 1.341 billion in 2010, and the land area remained constant at 9.597 million square kilometers? | [
{
"name": "calculate_density",
"description": "Calculate the population density of a specific country in a specific year.",
"parameters": {
"type": "dict",
"properties": {
"country": {
"type": "string",
"description": "The country for which the density needs to be... | [
{
"calculate_density": {
"country": [
"China"
],
"year": [
"2000"
],
"population": [
1267000000
],
"land_area": [
9597000
]
}
},
{
"calculate_density": {
"country": [
"China"
],
"year": [
... |
parallel_multiple_74 | parallel_multiple | parallel_tool_use/general | "Can you provide me with the current statistics for the basketball player LeBron James, specifically his points, assists, rebounds, and minutes played? Then, can you also provide the current statistics for the Los Angeles Lakers, including their total points, total assists, total rebounds, and win rate? After that, cou... | [
{
"name": "basketball.player_stats.get",
"description": "Get current statistics for a specified basketball player",
"parameters": {
"type": "dict",
"properties": {
"player_name": {
"type": "string",
"description": "The name of the player."
},
"stat... | [
{
"basketball.player_stats.get": {
"player_name": [
"LeBron James"
],
"stats_fields": [
[
"points",
"assists",
"rebounds",
"minutes"
]
]
}
},
{
"basketball.team_stats.get": {
"team_name": [
"Los Ang... |
parallel_49 | parallel | parallel_tool_use/general | Check if the player with id 3142 in team RocketLeague has achieved top scorer status in seasons 2017, 2018 and 2019. | [
{
"name": "player_status.check",
"description": "Check a player's status in a team for a particular season.",
"parameters": {
"type": "dict",
"properties": {
"team": {
"type": "string",
"description": "The team where the player plays."
},
"player_i... | [
{
"player_status.check": {
"team": [
"RocketLeague"
],
"player_id": [
3142
],
"season": [
2017
]
}
},
{
"player_status.check": {
"team": [
"RocketLeague"
],
"player_id": [
3142
],
"season": [
... |
live_parallel_10-6-0 | live_parallel | travel/local_services/logistics | I need to make a couple of hotel reservations. First, secure a room for 2 adults and 1 child at the Sheraton Hotel in New York with check-in on May 1, 2022, and check-out on May 5, 2022. Then, reserve a room for 1 adult and 2 children at the Marriott in Los Angeles, checking in on June 1, 2022, and checking out on June... | [
{
"name": "hotel_booking_book",
"description": "Book a hotel room at the specified location for the specified number of adults and children, ensuring the accommodation dates are available.",
"parameters": {
"type": "dict",
"required": [
"hotel_name",
"location",
"chec... | [
{
"hotel_booking_book": {
"hotel_name": [
"Sheraton Hotel",
"Sheraton",
"Hotel Sheraton"
],
"location": [
"New York, NY"
],
"check_in": [
"2022-05-01"
],
"check_out": [
"2022-05-05"
],
"adults": [
2
... |
parallel_multiple_105 | parallel_multiple | travel/local_services/logistics | "Can you help me plan a trip? I need to know the distance in kilometers from New York to London using the 'geodistance.find' function, then I want to know the time difference between New York and London using the 'timezones.get_difference' function. After that, I want to find flights from New York to London on the date... | [
{
"name": "flights.search",
"description": "Find flights between two cities.",
"parameters": {
"type": "dict",
"properties": {
"from_city": {
"type": "string",
"description": "The city to depart from."
},
"to_city": {
"type": "string",
... | [
{
"geodistance.find": {
"origin": [
"New York",
"NY"
],
"destination": [
"London"
],
"unit": [
"kilometers",
"km"
]
}
},
{
"timezones.get_difference": {
"city1": [
"New York",
"NY"
],
"city2... |
parallel_multiple_47 | parallel_multiple | math/data_processing | Find me the lowest price for a Yamaha Acoustic Guitar in Austin and compare it to the average price of Yamaha Acoustic Guitar in New York. Also tell me how many stores carry Yamaha Acoustic Guitar in each city. | [
{
"name": "lowest_price",
"description": "Returns the lowest price for a particular product within a given city.",
"parameters": {
"type": "dict",
"properties": {
"city": {
"type": "string",
"description": "The city where the product will be searched."
},
... | [
{
"lowest_price": {
"city": [
"Austin"
],
"product": [
"Yamaha Acoustic Guitar"
]
}
},
{
"average_price": {
"city": [
"New York"
],
"product": [
"Yamaha Acoustic Guitar"
]
}
},
{
"store_count": {
"city"... |
parallel_53 | parallel | parallel_tool_use/general | Tell me a cooking recipe for 'Lasagne Bolognese' for serving 4 people and another one for 'Caesar Salad' for serving 2 people | [
{
"name": "get_cooking_recipe",
"description": "Retrieve the cooking recipe for a specified food item.",
"parameters": {
"type": "dict",
"properties": {
"dish_name": {
"type": "string",
"description": "Name of the food dish for which recipe is required."
}... | [
{
"get_cooking_recipe": {
"dish_name": [
"Lasagne Bolognese"
],
"serving_size": [
4
]
}
},
{
"get_cooking_recipe": {
"dish_name": [
"Caesar Salad"
],
"serving_size": [
2
]
}
}
] |
parallel_multiple_190 | parallel_multiple | search/research | "Could you please help me with the following tasks? First, I need to know the travel distance and estimated travel time from my home in New York to my office in Boston, considering the current traffic conditions. Second, I am interested in finding out the top 5 chess players in San Francisco with a minimum rating of 25... | [
{
"name": "board_game.chess.get_top_players",
"description": "Find top chess players in a location based on rating.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The city you want to find the players from."
... | [
{
"maps.get_distance_duration": {
"start_location": [
"New York",
"NY"
],
"end_location": [
"Boston",
"Boston, MA",
"Boston,MA"
],
"traffic": [
true
]
}
},
{
"board_game.chess.get_top_players": {
"location": [
... |
live_parallel_12-8-0 | live_parallel | parallel_tool_use/general | For breakfast I had a 12 ounce iced coffee and a banana.
For lunch I had a quesadilla
Breakfast four ounces of asparagus, two eggs, one piece of gluten free bread. | [
{
"name": "log_food",
"description": "Logs a food item with details about the portion size and the meal it is associated with.",
"parameters": {
"type": "dict",
"required": [
"food_name",
"portion_amount",
"meal_name"
],
"properties": {
"food_name"... | [
{
"log_food": {
"food_name": [
"iced coffee"
],
"portion_amount": [
12
],
"portion_unit": [
"ounces"
],
"meal_name": [
"breakfast"
]
}
},
{
"log_food": {
"food_name": [
"banana"
],
"portion_amou... |
parallel_191 | parallel | search/research | Can you help me find public libraries in New York, NY that have a Reading Room and Fiction section, and then in Los Angeles, CA that offer Wi-Fi and have a Children Section, and finally in Chicago, IL that have a Cafe and a Reading Room? | [
{
"name": "public_library.find_nearby",
"description": "Locate nearby public libraries based on specific criteria like English fiction availability and Wi-Fi.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The cit... | [
{
"public_library.find_nearby": {
"location": [
"New York, NY",
"NY"
],
"facilities": [
[
"Reading Room",
"Fiction"
]
]
}
},
{
"public_library.find_nearby": {
"location": [
"Los Angeles, CA",
"LA"
... |
parallel_9 | parallel | search/research | Find two movie theatres near San Diego with availability for Tenet at 5 pm and No Time To Die at 7:30 pm. | [
{
"name": "find_movie_showing",
"description": "Find local movie theatres and their schedule for a specific movie",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The city and state, e.g. San Diego, CA"
},
... | [
{
"find_movie_showing": {
"location": [
"San Diego",
"San Diego, CA",
"CA"
],
"movie": [
[
"Tenet"
]
],
"time": [
[
"5 pm"
],
[
"17:00"
]
]
}
},
{
"find_movie_sho... |
parallel_104 | parallel | math/data_processing | "In a thermodynamics experiment, you are tasked with calculating the entropy change for a process. The process starts at an initial temperature of 300 Kelvin and ends at a final temperature of 350 Kelvin. The heat capacity of the system is 4.18 J/K. The process is isothermal. Can you calculate the entropy change for th... | [
{
"name": "calculate_entropy_change",
"description": "Calculate the entropy change for an isothermal and reversible process.",
"parameters": {
"type": "dict",
"properties": {
"initial_temp": {
"type": "integer",
"description": "The initial temperature in Kelvin."
... | [
{
"calculate_entropy_change": {
"initial_temp": [
300
],
"final_temp": [
350
],
"heat_capacity": [
4.18
],
"isothermal": [
true,
""
]
}
},
{
"calculate_entropy_change": {
"initial_temp": [
300
... |
live_parallel_6-3-0 | live_parallel | parallel_tool_use/general | What's the snow like in the two cities of Paris and Bordeaux? | [
{
"name": "get_current_weather",
"description": "Retrieves the current weather conditions for a specified location.",
"parameters": {
"type": "dict",
"required": [
"location"
],
"properties": {
"location": {
"type": "string",
"description": "Th... | [
{
"get_snow_report": {
"location": [
"Paris, France"
],
"unit": [
"",
"fahrenheit"
]
}
},
{
"get_snow_report": {
"location": [
"Bordeaux, France"
],
"unit": [
"",
"fahrenheit"
]
}
}
] |
parallel_75 | parallel | math/data_processing | What are the prime factors of the numbers 45, 100, and 150? | [
{
"name": "number_analysis.prime_factors",
"description": "Compute the prime factors of a number.",
"parameters": {
"type": "dict",
"properties": {
"number": {
"type": "integer",
"description": "The number to be factored."
}
},
"required": [
... | [
{
"number_analysis.prime_factors": {
"number": [
45
]
}
},
{
"number_analysis.prime_factors": {
"number": [
100
]
}
},
{
"number_analysis.prime_factors": {
"number": [
150
]
}
}
] |
parallel_185 | parallel | parallel_tool_use/general | Can you estimate the population of Bengal Tigers in India for the year 2021, compare it with the estimated population of African Elephants in Kenya for the same year, and then estimate the population of both these species in their respective countries for year 2023? | [
{
"name": "estimate_population",
"description": "Estimate the population of a particular species in a given country.",
"parameters": {
"type": "dict",
"properties": {
"species": {
"type": "string",
"description": "The species for which population needs to be estim... | [
{
"estimate_population": {
"species": [
"Bengal Tigers",
"Bengal Tiger"
],
"country": [
"India"
],
"year": [
2021
]
}
},
{
"estimate_population": {
"species": [
"African Elephants"
],
"country": [
"... |
parallel_multiple_29 | parallel_multiple | search/research | Find cases that pertain to 'Theft' from court record in 'New York' and from 'San Francisco', filed in year 2021, and display briefs of top 5 relevant cases. | [
{
"name": "briefs.display_cases",
"description": "Display briefs of the cases",
"parameters": {
"type": "dict",
"properties": {
"case_id": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of unique identifier... | [
{
"court_records.search_cases": {
"location": [
"New York"
],
"query": [
"Theft"
],
"year": [
2021
],
"limit": [
5,
""
]
}
},
{
"court_records.search_cases": {
"location": [
"San Francisco"
],... |
parallel_multiple_30 | parallel_multiple | search/research | Find all law cases where Charles Dickens is a party and it happened in Boston. Also, get cases where University of California was a party and happened in Los Angeles. | [
{
"name": "movie_ratings.get_movie",
"description": "Get a movie by its name.",
"parameters": {
"type": "dict",
"properties": {
"movie_name": {
"type": "string",
"description": "The name of the movie to be retrieved"
}
},
"required": [
... | [
{
"legal_case.find_parties": {
"party_name": [
"Charles Dickens"
],
"city": [
"Boston",
"Boston, Massachusetts"
]
}
},
{
"legal_case.find_parties": {
"party_name": [
"University of California",
"UC"
],
"city": [
... |
live_parallel_multiple_19-16-1 | live_parallel_multiple | media/content | Find any music concerts or theater plays happening in Los Angeles on March 10th? this year is 2023 | [
{
"name": "Buses_3_FindBus",
"description": "Search for a bus itinerary between two specified cities on a given date.",
"parameters": {
"type": "dict",
"required": [
"from_city",
"to_city",
"departure_date"
],
"properties": {
"from_city": {
... | [
{
"Events_3_FindEvents": {
"event_type": [
"Music"
],
"city": [
"Los Angeles, CA"
],
"date": [
"2023-03-10"
]
}
},
{
"Events_3_FindEvents": {
"event_type": [
"Theater"
],
"city": [
"Los Angeles, CA"
]... |
parallel_multiple_103 | parallel_multiple | device/control | "Can you help me find a divorce lawyer in New York, NY and then a criminal lawyer in Los Angeles, CA? After that, I need to find a cardiologist in Chicago, IL and an orthopedic doctor in Houston, TX." | [
{
"name": "lawyer.search",
"description": "Search for a lawyer based on area of expertise and location",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The city and state, e.g. Los Angeles, CA"
},
"e... | [
{
"lawyer.search": {
"location": [
"New York, NY",
"NY, New York",
"NY"
],
"expertise": [
"Divorce"
]
}
},
{
"lawyer.search": {
"location": [
"Los Angeles, CA",
"CA, Los Angeles",
"CA"
],
"expertise": [... |
parallel_multiple_116 | parallel_multiple | travel/local_services/logistics | "Can you provide me with the exhibition information for the Louvre museum for the next 3 months and then tell me about the best Italian and Chinese restaurants in the area of Paris?" | [
{
"name": "restaurant_info",
"description": "Get restaurant information for a specific area.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "Location for which to find restaurants."
},
"food_type": ... | [
{
"exhibition_info": {
"museum_name": [
"Louvre",
"Louvre museum"
],
"month": [
3
]
}
},
{
"restaurant_info": {
"location": [
"Paris",
"Paris area"
],
"food_type": [
"Italian"
]
}
},
{
"restau... |
parallel_55 | parallel | travel/local_services/logistics | Find a supermarket in New York City that opens 24 hours and another one in San Diego that offers home delivery. | [
{
"name": "grocery_store.find_by_criteria",
"description": "Find grocery stores based on specific criteria such as location, hours of operation, or availability of services.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"descrip... | [
{
"grocery_store.find_by_criteria": {
"location": [
"New York City",
"NYC"
],
"criteria": [
[
"24 hours"
]
]
}
},
{
"grocery_store.find_by_criteria": {
"location": [
"SD",
"San Diego"
],
"criteria": [... |
live_parallel_multiple_18-16-0 | live_parallel_multiple | media/content | Find any music or theater events happening in San Diego, CA on March 1st 2023? | [
{
"name": "Buses_3_FindBus",
"description": "Search for a bus itinerary between two specified cities on a given date.",
"parameters": {
"type": "dict",
"required": [
"from_city",
"to_city",
"departure_date"
],
"properties": {
"from_city": {
... | [
{
"Events_3_FindEvents": {
"event_type": [
"Music"
],
"city": [
"San Diego, CA"
],
"date": [
"2023-03-01"
]
}
},
{
"Events_3_FindEvents": {
"event_type": [
"Theater"
],
"city": [
"San Diego, CA"
],
... |
parallel_158 | parallel | parallel_tool_use/general | You are a data scientist working on a project that requires you to generate random numbers from a normal distribution. You need to generate four random numbers: two from a normal distribution with a mean of 5 and a standard deviation of 2, and two from a normal distribution with a mean of 10 and a standard deviation of... | [
{
"name": "random.normalvariate",
"description": "Generates a random number from a normal distribution given the mean and standard deviation.",
"parameters": {
"type": "dict",
"properties": {
"mu": {
"type": "integer",
"description": "Mean of the normal distributi... | [
{
"random.normalvariate": {
"mu": [
5
],
"sigma": [
2
]
}
},
{
"random.normalvariate": {
"mu": [
5
],
"sigma": [
2
]
}
},
{
"random.normalvariate": {
"mu": [
10
],
"sigma": [
... |
parallel_46 | parallel | search/research | Find the winning percentage of Lakers and Bulls in NBA seasons 2018 and 2020. | [
{
"name": "calculate_winning_percentage",
"description": "Calculate the winning percentage for a particular basketball team in a given season.",
"parameters": {
"type": "dict",
"properties": {
"team": {
"type": "string",
"description": "The name of the basketball ... | [
{
"calculate_winning_percentage": {
"team": [
"Lakers"
],
"season": [
2018
]
}
},
{
"calculate_winning_percentage": {
"team": [
"Bulls"
],
"season": [
2018
]
}
},
{
"calculate_winning_percentage": {
"te... |
parallel_multiple_129 | parallel_multiple | math/data_processing | "Can you help me with a couple of conversions? First, I have 5000 Euros that I want to convert into US Dollars using the latest exchange rate. Then, I have another 3000 Euros that I want to convert into British Pounds, but this time, I want to use the last known exchange rate. After that, I have a distance of 100 kilom... | [
{
"name": "unit_conversion.convert",
"description": "Converts a value from one unit to another.",
"parameters": {
"type": "dict",
"properties": {
"value": {
"type": "integer",
"description": "The value to be converted."
},
"from_unit": {
... | [
{
"currency_exchange.convert": {
"amount": [
5000
],
"from_currency": [
"Euros",
"EUR"
],
"to_currency": [
"US Dollars",
"USD"
],
"live_conversion": [
true,
""
]
}
},
{
"currency_exchange.convert"... |
parallel_81 | parallel | math/data_processing | "Imagine you are conducting a physics experiment where you are dropping objects from different heights and observing their final velocities. You drop a tennis ball from a height of 10 meters with an initial velocity of 0 m/s and then from a height of 20 meters with the same initial velocity. You also drop a baseball fr... | [
{
"name": "calculate_final_velocity",
"description": "Calculate the final velocity of a free falling object given the height it's dropped from, the initial velocity and acceleration due to gravity. Ignore air resistance.",
"parameters": {
"type": "dict",
"properties": {
"height": {
... | [
{
"calculate_final_velocity": {
"height": [
10
],
"initial_velocity": [
0
],
"gravity": [
9.81,
""
]
}
},
{
"calculate_final_velocity": {
"height": [
20
],
"initial_velocity": [
0
],
"gr... |
parallel_184 | parallel | math/data_processing | "Can you help me find the roots of two different quadratic equations? The first equation is 3x^2 + 7x + 2 = 0, where 'a' is the coefficient of x^2 (3), 'b' is the coefficient of x (7), and 'c' is the constant term (2). The second equation is 5x^2 - 4x + 1 = 0, where 'a' is the coefficient of x^2 (5), 'b' is the coeffic... | [
{
"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": [
7
],
"c": [
2
]
}
},
{
"algebra.quadratic_roots": {
"a": [
5
],
"b": [
-4
],
"c": [
1
]
}
}
] |
parallel_97 | parallel | math/data_processing | "Can you calculate the resonant frequency of an LC circuit with an inductance of 0.005 henries and a capacitance of 0.0000001 farads, and then round off the result to 3 decimal places? After that, can you calculate it again with an inductance of 0.007 henries and a capacitance of 0.0000002 farads, rounding off the resu... | [
{
"name": "calculate_resonant_frequency",
"description": "Calculate the resonant frequency of an LC (inductor-capacitor) circuit.",
"parameters": {
"type": "dict",
"properties": {
"inductance": {
"type": "float",
"description": "The inductance (L) in henries (H)."... | [
{
"calculate_resonant_frequency": {
"inductance": [
0.005
],
"capacitance": [
1e-7
],
"round_off": [
3
]
}
},
{
"calculate_resonant_frequency": {
"inductance": [
0.007
],
"capacitance": [
2e-7
],
... |
parallel_multiple_124 | parallel_multiple | travel/local_services/logistics | "Can you help me plan my meals for the day? I want to start with a breakfast recipe using eggs, milk, and bread, and it should not exceed 300 calories. Then, for lunch, I want to try a new restaurant that serves dishes with chicken, tomatoes, and lettuce, and the dishes should not be more than 500 calories. In the even... | [
{
"name": "recipe_search",
"description": "Searches for recipes based on a list of ingredients and a maximum caloric value.",
"parameters": {
"type": "dict",
"properties": {
"ingredients": {
"type": "array",
"items": {
"type": "string"
},
... | [
{
"recipe_search": {
"ingredients": [
[
"eggs",
"milk",
"bread"
]
],
"calories": [
300
],
"meal": [
"breakfast"
]
}
},
{
"restaurant_search": {
"ingredients": [
[
"chicken",
... |
parallel_88 | parallel | math/data_processing | "An experiment was conducted where two objects were dropped from different heights without air resistance. The first object had an initial velocity of 0 m/s and was dropped from a height of 10 meters. The second object had an initial velocity of 5 m/s and was dropped from a height of 20 meters. Assuming the gravitation... | [
{
"name": "calculate_final_speed",
"description": "Calculate the final speed of an object dropped from a certain height without air resistance.",
"parameters": {
"type": "dict",
"properties": {
"initial_velocity": {
"type": "integer",
"description": "The initial v... | [
{
"calculate_final_speed": {
"initial_velocity": [
0,
""
],
"height": [
10
],
"gravity": [
9.8,
""
]
}
},
{
"calculate_final_speed": {
"initial_velocity": [
5
],
"height": [
20
],
... |
parallel_multiple_144 | parallel_multiple | parallel_tool_use/general | "Can you tell me the name of the scientist who is credited for the discovery of the theory of relativity? Also, I would like to know the predicted forest growth in Amazon rainforest over the next 10 years, considering the impact of human activities. After that, could you also provide the forecast for the same location ... | [
{
"name": "get_scientist_for_discovery",
"description": "Retrieve the scientist's name who is credited for a specific scientific discovery or theory.",
"parameters": {
"type": "dict",
"properties": {
"discovery": {
"type": "string",
"description": "The scientific ... | [
{
"forest_growth_forecast": {
"location": [
"Amazon rainforest",
"Amazon"
],
"years": [
10
],
"include_human_impact": [
true
]
}
},
{
"forest_growth_forecast": {
"location": [
"Amazon rainforest",
"Amazon"
... |
parallel_52 | parallel | travel/local_services/logistics | Find an Italian restaurant near me in New York that provides vegetarian food options and a Japanese sushi restaurant in Los Angeles that offers delivery service. | [
{
"name": "restaurant_finder",
"description": "Search for restaurants based on location, cuisine type and other preferences.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "City and state, e.g. New York, NY."
... | [
{
"restaurant_finder": {
"location": [
"New York",
"New York, NY",
"New York City",
"NYC",
"NY"
],
"cuisine": [
"Italian"
],
"preferences": [
[
"Vegetarian"
]
]
}
},
{
"restaurant_finder": {... |
parallel_40 | parallel | parallel_tool_use/general | Give me the detail of the exhibition named 'Wonder of Nature' in the Louvre museum, and 'Age of Reptiles' in the British Museum. Plus their cost per visit for children and adult. | [
{
"name": "museum.exhibition_detail",
"description": "Provides details of a particular exhibition in a museum, including the cost per visit for different age groups.",
"parameters": {
"type": "dict",
"properties": {
"exhibition_name": {
"type": "string",
"descript... | [
{
"museum.exhibition_detail": {
"exhibition_name": [
"Wonder of Nature"
],
"museum_name": [
"Louvre",
"Louvre Museum"
],
"visitor_type": [
[
"child",
"adult"
],
[
"adult",
"child"
]
... |
parallel_multiple_128 | parallel_multiple | travel/local_services/logistics | "Could you help me plan my vacation? I need to know the total cost. First, I'm considering staying at the Hilton New York for 5 nights in a deluxe room. Could you tell me how much that would cost? Second, I'm thinking of renting a sedan from Enterprise for 10 days. How much would that be? Lastly, I'm planning to fly wi... | [
{
"name": "flight_ticket_pricing.get",
"description": "Get pricing for a specific type of flight ticket for specified number of passengers.",
"parameters": {
"type": "dict",
"properties": {
"airline": {
"type": "string",
"description": "The name of the airline."
... | [
{
"hotel_room_pricing.get": {
"hotelName": [
"Hilton New York"
],
"roomType": [
"deluxe"
],
"nights": [
5
]
}
},
{
"car_rental_pricing.get": {
"rentalCompany": [
"Enterprise"
],
"carType": [
"sedan"
]... |
parallel_multiple_102 | parallel_multiple | finance/trading | "John has $5000 that he wants to invest. He is considering two options. The first option is a savings account that compounds interest quarterly at an annual rate of 4% for 5 years. The second option is a bond that offers simple interest at an annual rate of 3.5% for 5 years. How much would John have at the end of 5 yea... | [
{
"name": "financial.compound_interest",
"description": "Calculates compound interest.",
"parameters": {
"type": "dict",
"properties": {
"principle": {
"type": "integer",
"description": "The initial amount of money that is being compounded."
},
"ra... | [
{
"financial.compound_interest": {
"principle": [
5000
],
"rate": [
0.04
],
"time": [
5
],
"n": [
4
]
}
},
{
"financial.simple_interest": {
"principle": [
5000
],
"rate": [
0.035
]... |
parallel_170 | parallel | math/data_processing | "Can you help me calculate the compound interest for my savings? I initially invested $5000 as the principal amount. The bank offers an annual interest rate of 2.5%. I plan to keep my money in the bank for 10 years. Also, the interest is compounded quarterly, so it's compounded 4 times in a year. Can you calculate the ... | [
{
"name": "calculate_compound_interest",
"description": "Calculate compound interest for an initial principal amount.",
"parameters": {
"type": "dict",
"properties": {
"principal": {
"type": "integer",
"description": "The principal amount that the interest is appl... | [
{
"calculate_compound_interest": {
"principal": [
5000
],
"rate": [
0.025
],
"time": [
2
],
"n": [
4
]
}
},
{
"calculate_compound_interest": {
"principal": [
5000
],
"rate": [
0.025
... |
parallel_124 | parallel | parallel_tool_use/general | What would be the projected population growth of Japan and India in the next 10 and 20 years respectively, considering the current growth rate, and how would these projections change if we consider a growth rate of 1.5% for Japan and 2.1% for India instead of the current growth rate? | [
{
"name": "population_projections",
"description": "Calculates the projected population growth based on the current growth rate.",
"parameters": {
"type": "dict",
"properties": {
"country": {
"type": "string",
"description": "The country for which to calculate the... | [
{
"population_projections": {
"country": [
"Japan"
],
"years": [
10
],
"growth_rate": [
"",
0.01
]
}
},
{
"population_projections": {
"country": [
"Japan"
],
"years": [
10
],
"growth_rat... |
parallel_multiple_195 | parallel_multiple | media/content | "Can you help me find a multiplayer game that is compatible with my Windows 10 system, has a minimum rating of 4.0, and falls under the 'Action' genre? After that, I need to calculate the area under the curve for the mathematical function 'x^2' within the interval [0, 5] using the 'trapezoidal' method. Then, I want to ... | [
{
"name": "geo_distance.calculate",
"description": "Calculate the geographic distance between two given locations.",
"parameters": {
"type": "dict",
"properties": {
"start_location": {
"type": "string",
"description": "The starting location for the distance calcul... | [
{
"multiplayer_game_finder": {
"platform": [
"Windows 10"
],
"rating": [
4
],
"genre": [
"Action"
]
}
},
{
"calculate_area_under_curve": {
"function": [
"x**2"
],
"interval": [
[
0,
5
... |
parallel_multiple_163 | parallel_multiple | math/data_processing | "John is planning to invest in a mutual fund. He has $5000 to start with and the fund he is interested in has an annual yield rate of 7%. He plans to keep his money in the fund for 10 years. After 10 years, he wants to use part of his investment returns to build a circular garden in his backyard. The radius of the gard... | [
{
"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",
"centimeters",
"cm"
]
}
},
{
"calculate_mutual_fund_balance": {
"investment_amount": [
5000
],
"annual_yield": [
... |
parallel_multiple_96 | parallel_multiple | search/research | "Can you help me find a pet-friendly library with a cafe inside in New York City, NY and then a store in the same city that has disabled access and operates 24 hours?" | [
{
"name": "library.find_nearby",
"description": "Locate nearby libraries based on specific preferences such as being pet-friendly and having disabled access facilities.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description"... | [
{
"library.find_nearby": {
"location": [
"New York City",
"New York City, NY"
],
"preferences": [
[
"Pet-friendly",
"Cafe Inside"
]
]
}
},
{
"store.find_nearby": {
"location": [
"New York City",
"New Yo... |
live_parallel_15-11-0 | live_parallel | parallel_tool_use/general | list file in c drive and make file called testing.txt | [
{
"name": "cmd_controller.execute",
"description": "Executes a specified command in the Windows operating system using the os.system() function.",
"parameters": {
"type": "dict",
"required": [
"command"
],
"properties": {
"command": {
"type": "string",
... | [
{
"cmd_controller.execute": {
"command": [
"dir c:\\",
"dir c:\\\\"
]
}
},
{
"cmd_controller.execute": {
"command": [
"echo.>C:\\testing.txt",
"echo.>C:\\\\testing.txt"
],
"unit": [
"",
"N/A"
]
}
}
] |
parallel_multiple_44 | parallel_multiple | parallel_tool_use/general | Design a house with 3 bedrooms, 2 bathrooms and a garden. Also, design an office with 5 rooms and a large meeting room | [
{
"name": "office_designer.design",
"description": "Design an office space based on specific requirements",
"parameters": {
"type": "dict",
"properties": {
"rooms": {
"type": "integer",
"description": "Number of rooms in the office."
},
"meeting_ro... | [
{
"house_designer.design": {
"bedrooms": [
3
],
"bathrooms": [
2
],
"garden": [
true
]
}
},
{
"office_designer.design": {
"rooms": [
5
],
"meeting_room": [
"large"
]
}
}
] |
parallel_85 | parallel | math/data_processing | A physics experiment is being conducted where two objects are dropped from a height, neglecting air resistance. The first object is dropped with an initial speed of 0 m/s and the second object is dropped with an initial speed of 5 m/s. If the first object is in free fall for 10 seconds and the second object is in free ... | [
{
"name": "calculate_final_speed",
"description": "Calculate the final speed of an object in free fall after a certain time, neglecting air resistance. The acceleration due to gravity is considered as -9.81 m/s^2",
"parameters": {
"type": "dict",
"properties": {
"initial_speed": {
... | [
{
"calculate_final_speed": {
"initial_speed": [
0
],
"time": [
10
],
"gravity": [
-9.81,
""
]
}
},
{
"calculate_final_speed": {
"initial_speed": [
5
],
"time": [
7
],
"gravity": [
... |
parallel_26 | parallel | search/research | Find details of lawsuits with case numbers '67813', '71249' filed in the New York District court for type 'Civil' and 'Criminal' cases. | [
{
"name": "court_case.find",
"description": "Locate details of court cases based on specific parameters like case number and case type.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The city and court where the l... | [
{
"court_case.find": {
"location": [
"New York District",
"NY District",
"New York",
"New York, NY",
"NY"
],
"case_number": [
[
"67813"
]
],
"case_type": [
"Civil",
""
]
}
},
{
"cour... |
parallel_60 | parallel | parallel_tool_use/general | What is the results of the factorial of 5, the factorial of 7, and the factorial of 9? | [
{
"name": "math.factorial",
"description": "Calculate the factorial of a given number.",
"parameters": {
"type": "dict",
"properties": {
"number": {
"type": "integer",
"description": "The number for which factorial needs to be calculated."
}
},
... | [
{
"math.factorial": {
"number": [
5
]
}
},
{
"math.factorial": {
"number": [
7
]
}
},
{
"math.factorial": {
"number": [
9
]
}
}
] |
parallel_112 | parallel | parallel_tool_use/general | What is the type of the genetic mutation that has the SNP ID 'rs123456' in the species 'Homo sapiens' and the SNP ID 'rs7891011' in the species 'Canis lupus familiaris' (Dog)? | [
{
"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... | [
{
"mutation_type.find": {
"snp_id": [
"rs123456"
],
"species": [
"Homo sapiens",
"Humans",
""
]
}
},
{
"mutation_type.find": {
"snp_id": [
"rs7891011"
],
"species": [
"Canis lupus familiaris",
"Dog"
... |
live_parallel_2-0-2 | live_parallel | travel/local_services/logistics | <<question>> What\'s the weather like in the two cities of Boston and 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_169 | parallel | math/data_processing | "Can you help me calculate the discounted cash flow of a bond? I have a bond with an annual coupon payment of $50, a time frame of 5 years, and a discount rate of 5%. Also, the face value of the bond is $1000. I would like to know the discounted cash flow for this bond. After that, I want to compare it with another bon... | [
{
"name": "calculate_discounted_cash_flow",
"description": "Calculate the discounted cash flow of a bond for a given annual coupon payment, time frame and discount rate.",
"parameters": {
"type": "dict",
"properties": {
"coupon_payment": {
"type": "integer",
"desc... | [
{
"calculate_discounted_cash_flow": {
"coupon_payment": [
50
],
"period": [
5
],
"discount_rate": [
0.05
],
"face_value": [
1000,
""
]
}
},
{
"calculate_discounted_cash_flow": {
"coupon_payment": [
... |
parallel_multiple_196 | parallel_multiple | finance/trading | "Could you please help me with some information? First, I would like to know the amount of calories in the 'Chicken Alfredo' recipe from the 'AllRecipes' website for dinner. Second, I am interested in the current stock prices of 'Apple', 'Microsoft', and 'Tesla'. Lastly, I want to know the FIFA ranking of the 'Brazil' ... | [
{
"name": "get_stock_price",
"description": "Retrieves the current stock price of the specified companies",
"parameters": {
"type": "dict",
"properties": {
"company_names": {
"type": "array",
"items": {
"type": "string"
},
"descript... | [
{
"recipe_info.get_calories": {
"website": [
"AllRecipes"
],
"recipe": [
"Chicken Alfredo"
],
"optional_meal_time": [
"Dinner",
""
]
}
},
{
"get_stock_price": {
"company_names": [
[
"Apple",
"Micros... |
parallel_44 | parallel | device/control | Find me all the classical concerts near Berlin and Paris happening next Friday, and I am interested only in those with available parking. | [
{
"name": "concert.find_nearby",
"description": "Locate nearby concerts based on specific criteria like genre and availability of parking.",
"parameters": {
"type": "dict",
"properties": {
"location": {
"type": "string",
"description": "The city where the user wan... | [
{
"concert.find_nearby": {
"location": [
"Berlin"
],
"date": [
"next Friday"
],
"genre": [
"Classical",
"classical"
],
"amenities": [
[
"Parking"
],
""
]
}
},
{
"concert.find_nearby": {
... |
parallel_34 | parallel | parallel_tool_use/general | I want to know the rise and fall of Christianity in Egypt and Turkey from 100 A.D to 1500 A.D. | [
{
"name": "religion_history.track",
"description": "Track the historical development of a specific religion in a specific area within a specific time frame.",
"parameters": {
"type": "dict",
"properties": {
"region": {
"type": "string",
"description": "The geograp... | [
{
"religion_history.track": {
"region": [
"Egypt"
],
"religion": [
"Christianity"
],
"start_year": [
100
],
"end_year": [
1500
]
}
},
{
"religion_history.track": {
"region": [
"Turkey"
],
"relig... |
parallel_multiple_69 | parallel_multiple | math/data_processing | "Imagine you are a real estate investor. You bought a property 5 years ago for $500,000. The annual depreciation rate for the property is 2%. Can you calculate the current depreciated value of the property? Now, consider you had a sum of $200,000 at the same time you bought the property. If the annual inflation rate ha... | [
{
"name": "finance.loan_repayment",
"description": "Calculates the monthly repayment for a loan.",
"parameters": {
"type": "dict",
"properties": {
"loan_amount": {
"type": "float",
"description": "The amount borrowed or loaned."
},
"interest_rate":... | [
{
"finance.property_depreciation": {
"initial_cost": [
500000
],
"depreciation_rate": [
0.02
],
"years": [
5
],
"monthly": [
""
]
}
},
{
"finance.inflation_adjustment": {
"initial_sum": [
200000
],
... |
parallel_17 | parallel | finance/trading | Get the latest closing prices and volumes for Apple Inc., Google LLC., and Microsoft Corporation in the New York Stock Exchange | [
{
"name": "get_stock_data",
"description": "Retrieve the most recent trading day's closing price and volume for a specified stock.",
"parameters": {
"type": "dict",
"properties": {
"symbol": {
"type": "string",
"description": "The stock symbol of the company."
... | [
{
"get_stock_data": {
"symbol": [
"AAPL"
],
"data_points": [
[
"price",
"volume"
],
[
"volume",
"price"
]
]
}
},
{
"get_stock_data": {
"symbol": [
"GOOG",
"GOOGL"
],
... |
parallel_multiple_152 | parallel_multiple | travel/local_services/logistics | "Can you help me with a few things? First, I'm trying to calculate the area of a triangle that has a base of 12 meters and a height of 15 meters. I would like the result in square meters. Second, I'm curious about the inventor and year of invention of the 'Telephone'. Could you find that for me? Lastly, I'm planning a ... | [
{
"name": "map_service.get_directions",
"description": "Retrieve directions from a starting location to an ending location, including options for route preferences.",
"parameters": {
"type": "dict",
"properties": {
"start": {
"type": "string",
"description": "Star... | [
{
"geometry.area_triangle": {
"base": [
12
],
"height": [
15
],
"unit": [
"square meters",
"m^2",
""
]
}
},
{
"science_history.get_invention": {
"invention_name": [
"Telephone",
"Telephone"
],
... |
live_parallel_4-1-0 | live_parallel | travel/local_services/logistics | Could you tell me the current weather in Boston, USA and also in San Francisco, USA? | [
{
"name": "get_current_weather",
"description": "Retrieves the current weather information for a specified geographic location.",
"parameters": {
"type": "dict",
"required": [
"location"
],
"properties": {
"location": {
"type": "string",
"descr... | [
{
"get_current_weather": {
"location": [
"Boston, USA"
],
"url": [
"",
"https://api.open-meteo.com/v1/forecast"
]
}
},
{
"get_current_weather": {
"location": [
"San Francisco, USA"
],
"url": [
"",
"https://api.... |
live_parallel_11-7-0 | live_parallel | parallel_tool_use/general | I had 8 pieces of frozen mango and a chai tea.
Earlier I had two slices of pepperoni pizza and a coffee | [
{
"name": "log_food",
"description": "Logs a food item with a given portion size to track dietary intake.",
"parameters": {
"type": "dict",
"required": [
"food_name",
"portion_amount",
"portion_unit"
],
"properties": {
"food_name": {
"typ... | [
{
"log_food": {
"food_name": [
"frozen mango"
],
"portion_amount": [
8
],
"portion_unit": [
"piece"
],
"meal_type": [
"",
"snack"
]
}
},
{
"log_food": {
"food_name": [
"chai tea"
],
"por... |
parallel_29 | parallel | math/data_processing | Find out how much waste a family of four generates in Los Angeles, assuming two children and two adults. Also, calculate waste production for a bachelor in New York. | [
{
"name": "waste_calculation.calculate",
"description": "Calculates the estimated waste generated by different population sizes in a specific location.",
"parameters": {
"type": "dict",
"properties": {
"population": {
"type": "dict",
"description": "The descriptio... | [
{
"waste_calculation.calculate": {
"population": [
{
"adults": [
2
],
"children": [
2
],
"singles": [
0
]
}
],
"location": [
"Los Angeles",
"Los Angeles, CA",
... |
parallel_multiple_119 | parallel_multiple | parallel_tool_use/general | "Can you tell me how many all-time goals Cristiano Ronaldo scored for Manchester United in the Premier League, then compare that with the top scorer of Manchester United in the same competition, and finally, tell me who was the top scorer of the Premier League in the 2019-2020 season?" | [
{
"name": "team_stats.get_top_scorer",
"description": "Fetch the top scorer of a specified football team.",
"parameters": {
"type": "dict",
"properties": {
"team_name": {
"type": "string",
"description": "The name of the football team."
},
"competi... | [
{
"player_stats.get_all_time_goals": {
"player_name": [
"Cristiano Ronaldo"
],
"team_name": [
"Manchester United"
],
"competition": [
"Premier League",
"PL",
""
]
}
},
{
"team_stats.get_top_scorer": {
"team_name": [
... |
parallel_multiple_101 | parallel_multiple | math/data_processing | "Could you please provide me with the following financial data for Microsoft and Apple over the past 30 days? First, I would like to know the average closing price of Microsoft's stocks using data from Yahoo Finance. Second, I need to know the total revenue of Apple using data from Google Finance. Third, I am intereste... | [
{
"name": "volume_traded",
"description": "Calculate the total volume of stocks traded over a certain period of time",
"parameters": {
"type": "dict",
"properties": {
"company": {
"type": "string",
"description": "Name of the company to get data for"
},
... | [
{
"avg_closing_price": {
"company": [
"Microsoft",
"MSFT"
],
"days": [
30
],
"data_source": [
"yahoo finance",
"Yahoo Finance",
""
]
}
},
{
"total_revenue": {
"company": [
"Apple",
"AAPL"
... |
parallel_multiple_73 | parallel_multiple | device/control | "Could you provide me with the following information about the NBA league: the record for the most points scored by a single player in one game, including the player's name, points scored, and game date; the record for the most points scored by a single player in one season, including the player's name, points scored, ... | [
{
"name": "sports_data.basketball.most_points_single_game",
"description": "Returns the record for the most points scored by a single player in one game of NBA, including the player name, points scored, and game date.",
"parameters": {
"type": "dict",
"properties": {
"league": {
... | [
{
"sports_data.basketball.most_points_single_game": {
"league": [
"NBA"
]
}
},
{
"sports_data.basketball.most_points_single_season": {
"league": [
"NBA"
]
}
},
{
"sports_data.basketball.most_points_career": {
"league": [
"NBA"
]... |
parallel_multiple_188 | parallel_multiple | math/data_processing | "Could you help me with a few calculations and searches? First, I'm studying probability and I'd like to calculate the binomial probability for a scenario where I have 20 trials, and I'm interested in 5 successful outcomes. Let's assume the probability of success on any given trial is 0.25. Secondly, I'm a big fan of b... | [
{
"name": "sports_ranking.get_top_player",
"description": "Get the top player in a specific sport.",
"parameters": {
"type": "dict",
"properties": {
"sport": {
"type": "string",
"description": "The type of sport."
},
"gender": {
"type": "... | [
{
"calculate_binomial_probability": {
"number_of_trials": [
20
],
"number_of_successes": [
5
],
"probability_of_success": [
0.25
]
}
},
{
"sports_ranking.get_top_player": {
"sport": [
"basketball"
],
"gender": [
... |
live_parallel_multiple_6-5-0 | live_parallel_multiple | parallel_tool_use/general | interviewers list for Python and Java | [
{
"name": "get_interviewer_list",
"description": "Retrieve a list of interviewers who are qualified based on a specific skill set.",
"parameters": {
"type": "dict",
"required": [
"skill"
],
"properties": {
"skill": {
"type": "string",
"descript... | [
{
"get_interviewer_list": {
"skill": [
"Python"
],
"experience_level": [
"",
"Mid-Level"
],
"availability": [
"",
true
]
}
},
{
"get_interviewer_list": {
"skill": [
"Java"
],
"experience_level": [
... |
parallel_multiple_180 | parallel_multiple | parallel_tool_use/general | "Can you tell me who discovered the Higgs Boson and provide additional details about them, such as their birth date and nationality? Also, I am a 180 lbs, 5'11" tall individual who is moderately active, can you predict my likelihood of having type 2 diabetes? Lastly, I am planning to visit the Louvre museum in Paris, c... | [
{
"name": "get_discoverer",
"description": "Get the person or team who made a particular scientific discovery",
"parameters": {
"type": "dict",
"properties": {
"discovery": {
"type": "string",
"description": "The discovery for which the discoverer's information is... | [
{
"get_discoverer": {
"discovery": [
"Higgs Boson",
"higgs boson",
"Higgs Boson particle"
],
"detail": [
true
]
}
},
{
"diabetes_prediction": {
"weight": [
180
],
"height": [
71
],
"activity_level":... |
live_parallel_8-4-0 | live_parallel | parallel_tool_use/general | Hi there! Could you please help me manage my tasks? I need to add a task called 'Machine Learning Study Session'. Also, I have completed one of my tasks named 'todo random', and I would like to delete it from my list. | [
{
"name": "todo",
"description": "Manages a todo list allowing the user to add, delete, or update items.",
"parameters": {
"type": "dict",
"required": [
"type",
"content"
],
"properties": {
"type": {
"type": "string",
"description": "Th... | [
{
"todo": {
"type": [
"add"
],
"content": [
"Machine Learning Study Session"
]
}
},
{
"todo": {
"type": [
"delete"
],
"content": [
"todo random"
]
}
}
] |
parallel_multiple_38 | parallel_multiple | math/data_processing | What was the average life expectancy in the USA in the year 1900 and 1950? Additionally, what was the Gross Domestic Product (GDP) of the USA in these years? | [
{
"name": "us_history.gdp",
"description": "Retrieves the Gross Domestic Product of the USA for a specific year.",
"parameters": {
"type": "dict",
"properties": {
"year": {
"type": "integer",
"description": "The year for which to retrieve GDP data."
}
... | [
{
"us_history.life_expectancy": {
"year": [
1900
]
}
},
{
"us_history.life_expectancy": {
"year": [
1950
]
}
},
{
"us_history.gdp": {
"year": [
1900
]
}
},
{
"us_history.gdp": {
"year": [
1950
]
... |
live_parallel_multiple_13-11-0 | live_parallel_multiple | search/research | Find the highest common factor for 36 and 48, and then tell me how steep the curve of the function f(x) = x^2 is at x = 5? | [
{
"name": "math_gcd",
"description": "Calculates the greatest common divisor (GCD) of two non-negative integers.",
"parameters": {
"type": "dict",
"properties": {
"a": {
"type": "integer",
"description": "The first and larger non-negative integer for which to calc... | [
{
"math_gcd": {
"a": [
48
],
"b": [
36
]
}
},
{
"estimate_derivative": {
"function": [
"lambda x: x**2"
],
"x": [
5
],
"dx": [
"",
0.0001
],
"method": [
"",
"central"
... |
parallel_multiple_112 | parallel_multiple | finance/trading | "Could you please help me find the price of the artwork named 'Starry Night' by the artist 'Vincent Van Gogh' on the 'Sotheby' auction platform, and then fetch the price of another artwork called 'The Scream' by 'Edvard Munch' on the 'Christie' platform? After that, I would like to search for a book titled 'To Kill a M... | [
{
"name": "library.search_book",
"description": "Search for a specific book in the library.",
"parameters": {
"type": "dict",
"properties": {
"title": {
"type": "string",
"description": "The title of the book to be searched."
},
"author": {
... | [
{
"art_auction.fetch_artwork_price": {
"artwork_name": [
"Starry Night"
],
"artist": [
"Vincent Van Gogh"
],
"platform": [
"Sotheby"
]
}
},
{
"art_auction.fetch_artwork_price": {
"artwork_name": [
"The Scream"
],
"... |
parallel_multiple_62 | parallel_multiple | math/data_processing | "A car is traveling on a straight road. At the start, it has an initial speed of 5 m/s. Suddenly, the driver sees a traffic light turning red in the distance and starts to accelerate at a rate of 2 m/s^2. The driver keeps this acceleration for 10 seconds. Can you calculate the displacement of the car during this time? ... | [
{
"name": "kinematics.calculate_final_speed",
"description": "Calculate the final speed of an object that starts from an initial speed and then accelerates for a certain duration.",
"parameters": {
"type": "dict",
"properties": {
"initial_speed": {
"type": "float",
... | [
{
"kinematics.calculate_displacement": {
"initial_speed": [
5
],
"acceleration": [
2
],
"time": [
10
],
"rounding": [
2,
""
]
}
},
{
"kinematics.calculate_final_speed": {
"initial_speed": [
5
... |
live_parallel_0-0-0 | live_parallel | parallel_tool_use/general | 请问北京的当前天气状况如何?还有,上海的天气情况是怎样的? | [
{
"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": [
"Beijing, China"
],
"unit": [
"",
"fahrenheit"
]
}
},
{
"get_current_weather": {
"location": [
"Shanghai, China"
],
"unit": [
"",
"fahrenheit"
]
}
}
] |
parallel_multiple_71 | parallel_multiple | math/data_processing | "Could you first check the availability of a sculpture named 'The Thinker' made of bronze in the inventory using the 'sculpture_availability.check' function? Then, could you provide information about a sculptor named 'Auguste Rodin' using the 'sculptor_info.get' function? Lastly, could you calculate the estimated price... | [
{
"name": "sculpture_availability.check",
"description": "Check the availability of a specific sculpture in the inventory.",
"parameters": {
"type": "dict",
"properties": {
"sculpture_name": {
"type": "string",
"description": "The name of the sculpture."
}... | [
{
"sculpture_price.calculate": {
"material": [
"marble"
],
"size": [
10
],
"complexity": [
"high"
]
}
},
{
"sculptor_info.get": {
"name": [
"Auguste Rodin"
]
}
},
{
"sculpture_availability.check": {
"sc... |
parallel_180 | parallel | finance/trading | What were the 'Open', 'Close', 'High', and 'Low' stock prices for Microsoft and Apple over the past 30 days? | [
{
"name": "stock_price",
"description": "Get stock price data for a given company over a specified number of days.",
"parameters": {
"type": "dict",
"properties": {
"company": {
"type": "string",
"description": "The company name."
},
"days": {
... | [
{
"stock_price": {
"company": [
"Microsoft"
],
"days": [
30
],
"data_type": [
"Open",
""
]
}
},
{
"stock_price": {
"company": [
"Microsoft"
],
"days": [
30
],
"data_type": [
"Clo... |
parallel_multiple_49 | parallel_multiple | parallel_tool_use/general | Create a hip hop beat at 95 beats per minute with a major scale and make a bass melody with C4, E4, F4, G4. | [
{
"name": "melody_generator",
"description": "Create a melody based on specified notes.",
"parameters": {
"type": "dict",
"properties": {
"note_sequence": {
"type": "array",
"items": {
"type": "string"
},
"description": "The sequenc... | [
{
"beat_generator": {
"genre": [
"Hip Hop",
"hip hop"
],
"bpm": [
95
],
"scale": [
"Major",
"major",
""
]
}
},
{
"melody_generator": {
"note_sequence": [
[
"C4",
"E4",
"F4"... |
parallel_multiple_106 | parallel_multiple | travel/local_services/logistics | "Can you help me plan my upcoming trip? I need to know the estimated traffic from my home in San Francisco to my office in Palo Alto on a typical weekday. Also, I'm curious about the distance between these two locations. Furthermore, I'm planning a weekend getaway to Los Angeles, so I'd like to know the traffic estimat... | [
{
"name": "calculate_distance",
"description": "Calculate distance between two locations.",
"parameters": {
"type": "dict",
"properties": {
"start_point": {
"type": "string",
"description": "Starting point of the journey."
},
"end_point": {
... | [
{
"traffic_estimate": {
"start_location": [
"San Francisco",
"SF"
],
"end_location": [
"Palo Alto"
],
"time_period": [
"weekday"
]
}
},
{
"calculate_distance": {
"start_point": [
"San Francisco",
"SF"
],
... |
live_parallel_multiple_21-18-0 | live_parallel_multiple | search/research | Could you search for a hair stylist in Sunnyvale, CA, and also book an appointment with 'Elegant Styles' salon for me at 15:00 on 2023-05-10? | [
{
"name": "Services_1_BookAppointment",
"description": "Book an appointment with a hair stylist or salon. The appointment time and date must be specified.",
"parameters": {
"type": "dict",
"required": [
"stylist_name",
"appointment_time",
"appointment_date"
],
... | [
{
"Services_1_FindProvider": {
"city": [
"Sunnyvale, CA"
],
"is_unisex": [
"",
"dontcare"
]
}
},
{
"Services_1_BookAppointment": {
"stylist_name": [
"Elegant Styles"
],
"appointment_time": [
"15:00"
],
"app... |
parallel_20 | parallel | parallel_tool_use/general | Can you check my loan eligibility for a home loan of amount $500,000 from HSBC with annual income $100,000 and for Wells Fargo for a amount of $700,000 with annual income of $120,000? | [
{
"name": "loan_eligibility_check",
"description": "Check for eligibility for a loan given income and loan amount",
"parameters": {
"type": "dict",
"properties": {
"financial_institution": {
"type": "string",
"description": "The name of the financial institution e... | [
{
"loan_eligibility_check": {
"financial_institution": [
"HSBC"
],
"loan_amount": [
500000
],
"annual_income": [
100000
]
}
},
{
"loan_eligibility_check": {
"financial_institution": [
"Wells Fargo"
],
"loan_amount"... |
parallel_multiple_158 | parallel_multiple | media/content | "Could you help me with a few tasks? First, I'm interested in a company's financials. I'd like to know the quarterly dividend per share for a company that has a total dividend payout of $1,000,000 and 500,000 outstanding shares. Second, I'm a big fan of the Beatles and I'd like to know the lyrics of their song 'Hey Jud... | [
{
"name": "get_song_lyrics",
"description": "Retrieve the lyrics of a song based on the artist's name and song title.",
"parameters": {
"type": "dict",
"properties": {
"song_title": {
"type": "string",
"description": "The title of the song."
},
"ar... | [
{
"finance.calculate_quarterly_dividend_per_share": {
"total_payout": [
1000000
],
"outstanding_shares": [
500000
]
}
},
{
"get_song_lyrics": {
"song_title": [
"Hey Jude"
],
"artist_name": [
"The Beatles",
"Beatles"
... |
parallel_42 | parallel | media/content | Get me the price and stock availability for a Yamaha P125 piano in Berlin and Madrid's music stores. | [
{
"name": "check_instrument_availability",
"description": "Get the price and availability of a specified instrument in a music store located in a specified city",
"parameters": {
"type": "dict",
"properties": {
"instrument": {
"type": "string",
"description": "The... | [
{
"check_instrument_availability": {
"instrument": [
"Yamaha P125",
"Yamaha P125 piano"
],
"city": [
"Berlin"
]
}
},
{
"check_instrument_availability": {
"instrument": [
"Yamaha P125",
"Yamaha P125 piano"
],
"city": [
... |
parallel_multiple_48 | parallel_multiple | media/content | What is the equivalent note of C in Indian musical scale? And convert the frequency 440 Hz to wavelength? | [
{
"name": "frequency_to_wavelength",
"description": "Converts the frequency of a musical note to its wavelength.",
"parameters": {
"type": "dict",
"properties": {
"frequency": {
"type": "float",
"description": "The frequency in hertz of the musical note."
... | [
{
"note_conversion.indian": {
"note": [
"C"
]
}
},
{
"frequency_to_wavelength": {
"frequency": [
440
]
}
}
] |
parallel_137 | parallel | math/data_processing | You have four lists of numbers: [45, 12, 67, 21, 89], [34, 78, 12, 56, 90], [23, 45, 67, 89, 12], and [56, 78, 90, 12, 34]. Can you use the 'array_sort' function to sort these lists in both ascending and descending order? | [
{
"name": "array_sort",
"description": "Sorts a given list in ascending or descending order.",
"parameters": {
"type": "dict",
"properties": {
"list": {
"type": "array",
"items": {
"type": "integer"
},
"description": "The list of nu... | [
{
"array_sort": {
"list": [
[
45,
12,
67,
21,
89
]
],
"order": [
"ascending"
]
}
},
{
"array_sort": {
"list": [
[
45,
12,
67,
21,
89
... |
parallel_144 | parallel | math/data_processing | What is the result if you calculate the factorial of 5, the factorial of 3, then the factorial of 4 and finally the factorial of 2? | [
{
"name": "math.factorial",
"description": "Calculate the factorial of a given number.",
"parameters": {
"type": "dict",
"properties": {
"number": {
"type": "integer",
"description": "The number to compute factorial."
}
},
"required": [
... | [
{
"math.factorial": {
"number": [
5
]
}
},
{
"math.factorial": {
"number": [
3
]
}
},
{
"math.factorial": {
"number": [
4
]
}
},
{
"math.factorial": {
"number": [
2
]
}
}
] |
parallel_103 | parallel | math/data_processing | A chemist is conducting an experiment with a 2 kg sample of a specific substance A. The experiment begins with the substance at an initial temperature of 25 degrees Celsius. The chemist then heats the substance to a final temperature of 75 degrees Celsius. The experiment is conducted under a pressure of 1 atmosphere. T... | [
{
"name": "entropy_change.calculate",
"description": "Calculate the change in entropy for a mass of a specific substance under set initial and final conditions.",
"parameters": {
"type": "dict",
"properties": {
"substance": {
"type": "string",
"description": "The ... | [
{
"entropy_change.calculate": {
"substance": [
"A"
],
"mass": [
2
],
"initial_temperature": [
25
],
"final_temperature": [
75
],
"pressure": [
1,
""
]
}
},
{
"entropy_change.calculate": {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.