diff --git a/README.md b/README.md index 504bcd2a8c..9cacef2c79 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,8 @@ For inferencing `Databrick-DBRX-instruct`, you need to create a Databrick Azure ## Changelog + +* [April 9, 2024] [#338](https://github.com/ShishirPatil/gorilla/pull/338): Bug fix in the evaluation datasets (including both prompts and function docs). Bug fix for possible answers as well. * [April 8, 2024] [#330](https://github.com/ShishirPatil/gorilla/pull/330): Fixed an oversight that was introduced in [#299](https://github.com/ShishirPatil/gorilla/pull/299). For function-calling (FC) models that cannot take `float` type in input, when the parameter type is a `float`, the evaluation procedure will convert that type to `number` in the model input and mention in the parameter description that `This is a float type value.`. An additional field `format: float` will also be included in the model input to make it clear about the type. Updated the model handler for Claude, Mistral, and OSS to better parse the model output. * [April 3, 2024] [#309](https://github.com/ShishirPatil/gorilla/pull/309): Bug fix for evaluation dataset possible answers. Implement **string standardization** for the AST evaluation pipeline, i.e. removing white spaces and a subset of punctuations (`,./-_*^`) to make the AST evaluation more robust and accurate. Fixed AST evaluation issue for type `tuple`. Add 2 new models `meetkai/functionary-small-v2.4 (FC)`, `meetkai/functionary-medium-v2.4 (FC)` to the leaderboard. * [April 1, 2024] [#299](https://github.com/ShishirPatil/gorilla/pull/299): Leaderboard update with new models (`Claude-3-Haiku`, `Databrick-DBRX-Instruct`), more advanced AST evaluation procedure, and updated evaluation datasets. Cost and latency statistics during evaluation are also measured. We also released the manual that our evaluation procedure is based on, available [here](https://gorilla.cs.berkeley.edu/blogs/8_berkeley_function_calling_leaderboard.html#metrics). diff --git a/data/possible_answer/gorilla_openfunctions_v1_test_multiple_function.json b/data/possible_answer/gorilla_openfunctions_v1_test_multiple_function.json index bd9c984b24..934bbf5dc2 100644 --- a/data/possible_answer/gorilla_openfunctions_v1_test_multiple_function.json +++ b/data/possible_answer/gorilla_openfunctions_v1_test_multiple_function.json @@ -14,8 +14,8 @@ {"corporate_finance.revenue_forecast":{"company":["XYZ"],"product":["A", "Product A"],"sales_units_increase_percentage":[10]}} {"finance.property_depreciation":{"initial_cost":[200000],"depreciation_rate":[3],"years":[5],"monthly":[false,true,""]}} {"solarFarm.potential":{"coordinates":[[43.653225,-79.383186]],"panelArea":[80000],"month":["December","Dec"]}} -{"population_genetics.calculate_ne":{"species":["tiger"],"generations":[100],"probability":[0.95]}} -{"currency_conversion.get_rate":{"from_currency":["EUR"],"to_currency":["Dollar","USD"],"date":["2022-01-01","01/01/2022","1/1/2022","Jan.1,2022","January 1, 2022"]}} +{"population_genetics.calculate_ne":{"species":["wild tiger", "tiger"],"generations":[100],"probability":[0.95]}} +{"currency_conversion.get_rate":{"from_currency":["EUR", "Euro"],"to_currency":["Dollar","USD"],"date":["2022-01-01","01/01/2022","1/1/2022","Jan.1,2022","January 1, 2022","2022-1-1"]}} {"european_history.battle_details":{"battle":["Battle of Stalingrad", "Stalingrad"]}} {"religion_history.get_schisms":{"religion":["Christianity"],"count":[3]}} {"sculpture_price.calculate":{"material":["marble"],"size":[3],"complexity":["medium",""]}} @@ -66,18 +66,18 @@ {"geodistance.find":{"origin":["New York City","NYC"],"destination":["Los Angeles","LA"],"unit":["miles",""]}} {"traffic_estimate":{"start_location":["Las Vegas"],"end_location":["Los Angeles"],"time_period":["weekend"]}} {"translate":{"text":["Hello, how are you?"],"source_language":["English"],"target_language":["French"]}} -{"library.search_books":{"location":["New York","New York, NY","New York City","NYC"],"genre":["Historical Fiction","historical fiction"],"title":[""]}} +{"library.search_books":{"location":["New York","New York, NY","New York City","New York City, NY","NYC", "New York public library"],"genre":["Historical Fiction","historical fiction"],"title":[""]}} {"five_factor_model.analyse":{"talkative":[true],"nervous":[true],"artistic_interests":[false],"lazy":[true],"forgiving":[true]}} {"european_history.get_monarchs":{"country":["France"],"century":[18]}} {"get_population":{"year":[1954],"category":["veterans"]}} {"us_history.population_by_state_year":{"state":["California","CA"],"year":[1970]}} {"religion.get_origin":{"religion":["Buddhism"]}} -{"art_auction.fetch_artwork_price":{"artwork_name":["Starry Night"],"artist":["Van Gogh"],"platform":["auction_platform"]}} +{"art_auction.fetch_artwork_price":{"artwork_name":["Starry Night"],"artist":["Van Gogh"],"platform":["all", ""]}} {"paint_color.trends":{"room":["living room","Living room"],"period":["","Daily"]}} {"sculpture.create_custom":{"item":["horse","Horse"],"material":["Bronze","bronze"],"size":["",12]}} {"artwork_search.find":{"type":["sculpture"],"location":["New York","New York, NY","New York City","NYC"],"era":["contemporary",""]}} {"museum_info":{"museum":["Natural History Museum"],"city":["London"],"features":[["timings","exhibitions","accessibility"],["exhibitions","timings","accessibility"],["exhibitions","accessibility","timings"],["accessibility","timings","exhibitions"],["accessibility","exhibitions","timings"],["timings","accessibility","exhibitions"]]}} -{"exhibition_info":{"museum_name":["Museum of Modern Art","MOMA"],"month":["",1]}} +{"exhibition_info":{"museum_name":["Museum of Modern Art","MOMA", "Museum of Modern Art, New York"],"month":["",1]}} {"music_shop.find_nearby":{"location":["Nashville, TN","Nashville"],"services":[["Violin Lessons"]],"instruments":[["Guitars"]]}} {"concert.book_ticket":{"artist":["Eminem"],"location":["New York City","NYC"],"add_ons":[["Backstage Pass"]]}} {"music.generate":{"key":["C Major"],"tempo":[120],"time_signature":["","4/4"]}} @@ -89,7 +89,7 @@ {"video_games.get_player_count":{"game_title":["World of Warcraft"],"year":[2020],"platform":[""]}} {"recipe_search":{"ingredients":[["chicken","mushrooms"],["mushrooms","chicken"]],"calories":[500],"meal":["lunch",""]}} {"restaurant.find_group":{"location":["Seattle","Seattle, WA"],"cuisine":[["Seafood"]],"group_size":[5]}} -{"recipe.find":{"mainIngredient":["apple pie"],"ingredientLimit":[4]}} +{"recipe.find":{"mainIngredient":["apple pie", "apple"],"ingredientLimit":[4]}} {"walmart.vegan_products":{"location":["Denver, CO","Denver"],"categories":[["vegan","gluten-free"],["gluten-free","vegan"]]}} {"hotel.book":{"location":["New York","New York, NY","NYC"],"roomType":["deluxe","Deluxe"],"nights":[2],"additional_services":[["breakfast"]]}} {"hotel_room_pricing.get":{"hotelName":["Hilton New York"],"roomType":["suite with queen size bed"],"nights":[3]}} @@ -112,7 +112,7 @@ {"calculate_genotype_frequency":{"allele_frequency":[0.3],"genotype":["AA"]}} {"forest_growth_forecast":{"location":["Yellowstone National Park"],"years":[5],"include_human_impact":[true]}} {"calculate_fitness":{"trait_values":[[0.8,0.7]],"trait_contributions":[[0.4,0.6]]}} -{"prediction.evolution":{"species":["Homo Sapiens","Homo sapiens"],"years":[50],"model":["Darwin"]}} +{"prediction.evolution":{"species":["Homo Sapiens","Homo sapiens"],"years":[50],"model":["Darwin", ""]}} {"find_restaurants":{"location":["Manhattan"],"food_type":["Thai"],"number":[5],"dietary_requirements":[["vegan"]]}} {"calculate_bmi":{"weight":[85],"height":[180],"unit":["","metric"]}} {"calculate_BMI":{"weight_kg":[70],"height_m":[1.75]}} @@ -143,11 +143,11 @@ {"weather.humidity_forecast":{"location":["Miami","Miami, Florida","FL"],"days":[7],"min_humidity":["",0]}} {"calculate_slope_gradient":{"point1":[[40.7128,-74.006]],"point2":[[34.0522,-118.2437]],"unit":["degree",""]}} {"air_quality":{"location":["London"],"date":["2022-08-16","16/08/2022","Aug.16,2022","2022/08/16","16\\08\\2022"]}} -{"calculate_emissions":{"distance":[12000],"fuel_type":["gas","gasoline"],"fuel_efficiency":[25],"efficiency_reduction":["",0.0]}} +{"calculate_emissions":{"distance":[12000],"fuel_type":["gas","gasoline"],"fuel_efficiency":[20],"efficiency_reduction":["",0.0]}} {"restaurant.find_nearby":{"location":["Seattle","Seattle, WA"],"cuisine":["Chinese"],"max_distance":[10]}} {"map_service.get_directions":{"start":["New York","New York, NY","NYC"],"end":["Los Angeles","LA"],"avoid":[["highways","tolls"],["tolls","highways"]]}} {"get_stock_info":{"company_name":["Apple Inc.","Apple"],"detail_level":["detailed"],"market":["NASDAQ",""]}} -{"sentiment_analysis":{"text":["I love the food here! It is always fresh and delicious."],"language":["english","English"]}} +{"sentiment_analysis":{"text":["I love the food here! It's always fresh and delicious."],"language":["english","English"]}} {"calculate_neuronal_activity":{"input_synaptic_rate":[200],"weight":[0.5],"decay_rate":[0.1]}} {"social_media_analytics.most_followed":{"topic":["psychology", "Psychology"],"sub_topics":[["behaviour","group dynamics"],["group dynamics","behaviour"]],"region":["","global"]}} {"history.get_key_events":{"country":["Germany"],"start_year":[1871],"end_year":[1945],"event_type":[["War"]]}} @@ -156,10 +156,10 @@ {"get_discoverer":{"discovery":["neutron"],"detail":[true]}} {"historical_contrib.get_contrib":{"scientist":["Albert Einstein"],"date":["1915-03-17","03/17/1915","Mar.17,1915"],"category":["","all"]}} {"get_earliest_reference":{"name":["Jesus Christ"],"source":["historical records"]}} -{"religious_history.get_papal_biography":{"papal_name":["Innocent III"],"include_contributions":[true]}} +{"religious_history.get_papal_biography":{"papal_name":["Innocent III","Pope Innocent III"],"include_contributions":[true]}} {"calculate_paint_needed":{"coverage_rate":[400],"length":[30],"height":[12]}} {"get_sculpture_info":{"artist_name":["James Plensa"],"detail":[true],"year":[2000,""]}} -{"find_exhibition":{"location":["New York","New York, NY","New York City","NYC","NY"],"art_form":["sculpture", "modern sculpture"],"month":["upcoming","next month","upcoming month","next"],"user_ratings":["high",""]}} +{"find_exhibition":{"location":["New York","New York, NY","New York City","NYC","NY"],"art_form":["sculpture", "modern sculpture"],"month":["upcoming","next month","upcoming month","next",""],"user_ratings":["high",""]}} {"analyze_structure":{"building_id":["B1004"],"floors":[[2,3,4]],"mode":["dynamic"]}} {"metropolitan_museum.get_top_artworks":{"number":[5],"sort_by":["popularity"]}} {"instrument_price.get":{"brand":["Fender"],"model":["American Professional II Stratocaster"],"finish":["Rosewood"]}} diff --git a/data/possible_answer/gorilla_openfunctions_v1_test_parallel_function.json b/data/possible_answer/gorilla_openfunctions_v1_test_parallel_function.json index 55d2f813c0..4800890b22 100644 --- a/data/possible_answer/gorilla_openfunctions_v1_test_parallel_function.json +++ b/data/possible_answer/gorilla_openfunctions_v1_test_parallel_function.json @@ -6,7 +6,7 @@ {"streaming_services.shows_list_and_ratings_1": {"streaming_service": ["Netflix"], "show_list": [["Friends"]], "sort_by_rating": [true]}, "streaming_services.shows_list_and_ratings_2": {"streaming_service": ["Hulu"], "show_list": [["The Office", "Stranger Things"],["Stranger Things","The Office"]], "sort_by_rating": [true]}} {"calculate_sales_tax_1": {"purchase_amount": [30.45], "city": ["Chicago", "CHI"], "state": ["IL", "Illinois"]}, "calculate_sales_tax_2": {"purchase_amount": [52.33], "city": ["Sacramento"], "state": ["CA", "California"]}, "calculate_sales_tax_3": {"purchase_amount": [11.23], "city": ["Portland"], "state": ["OR", "Oregon"]}} {"math.factorial_1": {"number": [5]}, "math.factorial_2": {"number": [10]}, "math.factorial_3": {"number": [15]}} -{"database_us_census.get_population_1": {"area": ["New York City", "NY", "New York City, NY", "NYC"], "type": ["city"], "year": [""]}, "database_us_census.get_population_2": {"area": ["Los Angeles", "Los Angeles, CA", "CA", "Los Angeles, CA"], "type": ["city"], "year": [""]}, "database_us_census.get_population_3": {"area": ["Alaska"], "type": ["state"], "year": ["", 2000]}, "database_us_census.get_population_4": {"area": ["USA", "United States", "United States of America"], "type": ["country"], "year": ["", 2000]}} +{"database_us_census.get_population_1": {"area": ["New York City", "NY", "New York City, NY", "NYC"], "type": ["city"], "year": ["", 2000]}, "database_us_census.get_population_2": {"area": ["Los Angeles", "Los Angeles, CA", "CA", "Los Angeles, CA"], "type": ["city"], "year": ["", 2000]}, "database_us_census.get_population_3": {"area": ["Alaska"], "type": ["state"], "year": ["", 2000]}, "database_us_census.get_population_4": {"area": ["USA", "United States", "United States of America"], "type": ["country"], "year": ["", 2000]}} {"find_movie_showing_1": {"location": ["San Diego", "San Diego, CA", "CA"], "movie": [["Tenet"]], "time": [["5 pm"], ["17:00"]]}, "find_movie_showing_2": {"location": ["San Diego", "San Diego, CA", "CA"], "movie": [["No Time To Die"]], "time": [["7:30 pm"], ["19:30"]]}} {"math.pythagoras_1": {"a": [3], "b": [4]}, "math.pythagoras_2": {"a": [5], "b": [12]}} {"ml.predict_house_price 1": {"location": ["New York", "New York, NY", "NYC"], "size": [3000]}, "ml.predict_house_price 2": {"location": ["Los Angeles", "Los Angeles, CA", "LA"], "size": [4000]}} @@ -40,7 +40,7 @@ {"museum_info.get_info 1": {"location": ["Washington D.C.", "Washington DC"], "details": [["Opening hours", "Adult tickets", "Child tickets"],["Opening hours", "Child tickets", "Adult tickets"],["Child tickets", "Opening hours", "Adult tickets"],["Child tickets", "Adult tickets","Opening hours"],["Adult tickets","Opening hours","Child tickets"],["Adult tickets","Child tickets","Opening hours"]]}, "museum_info.get_info 2": {"location": ["Paris"], "details": [["Opening hours", "Adult tickets", "Child tickets"],["Opening hours", "Child tickets", "Adult tickets"],["Child tickets", "Opening hours", "Adult tickets"],["Child tickets", "Adult tickets","Opening hours"],["Adult tickets","Opening hours","Child tickets"],["Adult tickets","Child tickets","Opening hours"]]}} {"museum.exhibition_detail_1": {"exhibition_name": ["Wonder of Nature"], "museum_name": ["Louvre", "Louvre Museum"], "visitor_type": [["child", "adult"], ["adult", "child"]]},"museum.exhibition_detail": {"exhibition_name": ["Age of Reptiles"], "museum_name": ["British Museum"], "visitor_type": [["child", "adult"], ["adult", "child"]]}} {"find_music_instrument_store_1": {"location": ["San Francisco, CA","San Francisco, CA", "San Francisco, California"], "instruments": [["Yamaha Acoustic Guitar", "Kawai Piano"],["Kawai Piano", "Yamaha Acoustic Guitar"],["Yamaha acoustic guitar", "Kawai piano"],["Kawai piano","Yamaha acoustic guitar"]]}, "find_music_instrument_store_2": {"location": ["Chicago, IL", "Chicago, Illinois","Chicago, IL."], "instruments": [["Yamaha Acoustic Guitar", "Kawai Piano"],["Kawai Piano", "Yamaha Acoustic Guitar"],["Yamaha acoustic guitar", "Kawai piano"],["Kawai piano","Yamaha acoustic guitar"]]}} -{"check_instrument_availability_1": {"instrument": ["Yamaha P125","Yamaha P125 piano"], "city": ["Berlin"]}, "check_instrument_availability_2": {"instrument": ["Yamaha P125"], "city": ["Madrid"]}} +{"check_instrument_availability_1": {"instrument": ["Yamaha P125","Yamaha P125 piano"], "city": ["Berlin"]}, "check_instrument_availability_2": {"instrument": ["Yamaha P125","Yamaha P125 piano"], "city": ["Madrid"]}} {"concert_finder_1": {"location": ["San Francisco, California", "San Francisco, CA", "SF, California", "SF, CA"], "music_genre": ["rock"], "time_period": [30, ""]}, "concert_finder_2": {"location": ["San Francisco, California", "San Francisco, CA", "SF, California", "SF, CA"], "music_genre": ["jazz"], "time_period": [30, ""]}, "concert_finder_3": {"location": ["New York, New York", "New York, NY", "NYC", "NY, NY"], "music_genre": ["rock"], "time_period": [30,""]}, "concert_finder_4": {"location": ["New York, New York", "New York, NY", "NYC", "NY, NY"], "music_genre": ["jazz"], "time_period": [30,""]}} {"concert.find_nearby_1": {"location": ["Berlin"], "date": ["next Friday"], "genre": ["Classical","classical"], "amenities": [["Parking"],""]}, "concert.find_nearby_2": {"location": ["Paris"], "date": ["next Friday"], "genre": ["Classical","classical"], "amenities": [["Parking"],""]}} {"musicCharts.getMostPlayed_1": {"genre": ["Pop"], "region": ["Australia", "AU"], "duration": ["", 0]}, "musicCharts.getMostPlayed_2": {"genre": ["Rock"], "region": ["Australia", "AU"], "duration": ["", 0]}} @@ -57,7 +57,7 @@ {"hotel_booking.check_availability_1": {"hotel_name": ["Queens Hotel"], "location": ["Berlin, Germany"], "check_in_date": ["2022-03-10", "03/10/2022", "Mar.10,2022"], "check_out_date": ["2022-03-20", "03/20/2022", "Mar.20,2022"]}, "hotel_booking.check_availability_2": {"hotel_name": ["Royal Hotel"], "location": ["Paris, France"], "check_in_date": ["2022-04-05", "04/05/2022", "Apr.5,2022"], "check_out_date": ["2022-04-15", "04/15/2022", "Apr.15,2022"]}} {"hotel_booking.book_1": {"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"], "check_out": ["2022-05-05", "05/05/2022", "May 5, 2022"], "adults": [2], "children": [1]}, "hotel_booking.book_2": {"hotel_name": ["Marriott"], "location": ["Los Angeles", "Los Angeles, CA", "LA"], "check_in": ["2022-06-01", "06/01/2022", "June 1, 2022"], "check_out": ["2022-06-10", "06/10/2022", "June 10, 2022"], "adults": [1], "children": [2]}} {"get_exchange_rate 1": {"base_currency": ["USD"], "target_currency": ["AUD"]}, "get_exchange_rate 2": {"base_currency": ["USD"], "target_currency": ["CAD"]}} -{"get_conversion_cost_1": {"amount": [15000], "from_currency": ["Euro", "EUR"], "to_currency": ["dollars", "USD"]}, "get_conversion_cost_2": {"amount": [200], "from_currency": ["pounds", "GBP"], "to_currency": ["dollars", "USD"]}} +{"get_conversion_cost_1": {"amount": [15000], "from_currency": ["Euro", "EUR"], "to_currency": ["dollars", "USD", "Dollar"]}, "get_conversion_cost_2": {"amount": [200], "from_currency": ["pounds", "GBP"], "to_currency": ["dollars", "USD"]}} {"math.factorial_1": {"number": [5]}, "math.factorial_2": {"number": [7]}, "math.factorial_3": {"number": [9]}} {"math.hypot_1": {"x": [3], "y": [4], "z": ["", 0]}, "math.hypot_2": {"x": [6], "y": [8], "z": ["", 0]}, "math.hypot_3": {"x": [9], "y": [12], "z": [15]}} {"algebra.quadratic_roots_1": {"a": [3], "b": [4], "c": [2]}, "algebra.quadratic_roots_2": {"a": [5], "b": [-7], "c": [3]}} @@ -85,12 +85,12 @@ {"calculate_displacement_1": {"initial_velocity": [15], "time": [7], "acceleration": [3.5]}, "calculate_displacement_2": {"initial_velocity": [20], "time": [10], "acceleration": [2]}, "calculate_displacement_3": {"initial_velocity": [25], "time": [8], "acceleration": [0]}} {"calculate_final_speed_1": {"initial_speed": [0], "time": [10], "gravity": [-9.81,""]}, "calculate_final_speed_2": {"initial_speed": [5], "time": [7], "gravity": [-9.81,""]}} {"kinematics.final_velocity_from_distance_1": {"acceleration": [5], "distance": [100], "initial_velocity": ["", 0]}, "kinematics.final_velocity_from_distance_2": {"acceleration": [10], "distance": [200], "initial_velocity": ["", 0]}} -{"calculate_final_velocity_1": {"initial_velocity": [0, ""], "acceleration": [6], "time": [10]},"calculate_final_velocity_2": {"initial_velocity": [0, ""], "acceleration": [4], "time": [15]}} +{"calculate_final_velocity_1": {"initial_velocity": [0], "acceleration": [6], "time": [10]},"calculate_final_velocity_2": {"initial_velocity": [20], "acceleration": [4], "time": [15]}} {"calculate_final_speed_1": {"initial_velocity": [0,""], "height": [10], "gravity": [9.8, ""]}, "calculate_final_speed_2": {"initial_velocity": [5], "height": [20], "gravity": [9.8, ""]}} {"get_directions 1": {"start_location": ["San Francisco", "SF"], "end_location": ["Palo Alto"], "route_type": ["fastest"]}, "get_directions 2": {"start_location": ["Palo Alto"], "end_location": ["Golden Gate Bridge in San Francisco", "Golden Gate Bridge, San Francisco", "Golden Gate Bridge"], "route_type": ["scenic"]}, "get_directions 3": {"start_location": ["Golden Gate Bridge in San Francisco", "Golden Gate Bridge, San Francisco", "'Golden Gate Bridge"], "end_location": ["San Francisco", "SF"], "route_type": ["fastest"]}} {"travel_itinerary_generator_1": {"destination": ["Tokyo"], "days": [7], "daily_budget": [200], "exploration_type": ["urban", ""]}, "travel_itinerary_generator_2": {"destination": ["Paris"], "days": [10], "daily_budget": [150], "exploration_type": ["history"]}, "travel_itinerary_generator_3": {"destination": ["Sydney"], "days": [5], "daily_budget": [100], "exploration_type": ["nature"]}, "travel_itinerary_generator_4": {"destination": ["Rome"], "days": [12], "daily_budget": [180], "exploration_type": ["culture"]}} {"vegan_restaurant.find_nearby_1": {"location": ["Los Angeles, CA", "Los Angeles", "Los Angeles, CA", "LA", "CA"], "operating_hours": [22]}, "vegan_restaurant.find_nearby_2": {"location": ["San Francisco, CA", "San Francisco", "SF", "CA"], "operating_hours": [22]}, "vegan_restaurant.find_nearby_3": {"location": ["Seattle, WA", "Seattle", "WA"], "operating_hours": [22]}} -{"get_shortest_driving_distance_1": {"origin": ["New York City", "NYC"], "destination": ["Los Angeles", "Los Angeles, CA", "LA"], "unit": ["miles"]}, "get_shortest_driving_distance_2": {"origin": ["Los Angeles", "Los Angeles, CA", "LA"], "destination": ["Miami"], "unit": ["miles"]}, "get_shortest_driving_distance_3": {"origin": ["Miami"], "destination": ["New York City", "NYC"], "unit": ["miles", ""]}} +{"get_shortest_driving_distance_1": {"origin": ["New York City", "NYC"], "destination": ["Los Angeles", "Los Angeles, CA", "LA"], "unit": ["miles","mile"]}, "get_shortest_driving_distance_2": {"origin": ["Los Angeles", "Los Angeles, CA", "LA"], "destination": ["Miami"], "unit": ["miles","mile"]}, "get_shortest_driving_distance_3": {"origin": ["Miami"], "destination": ["New York City", "NYC"], "unit": ["miles","mile"]}} {"route.estimate_time_1": {"start_location": ["New York", "New York, NY", "NYC"], "end_location": ["Miami"], "stops": [["Philadelphia", "Washington D.C.", "Atlanta"], ["Philadelphia", "Washington D.C.", "Atlanta"], ["Philadelphia", "Washington D.C.", "Atlanta"], ["Atlanta", "Philadelphia", "Washington D.C."], ["Atlanta", "Philadelphia", "Washington D.C."], ["Atlanta", "Philadelphia", "Washington D.C."], ["Washington D.C.", "Philadelphia", "Atlanta"], ["Washington D.C.", "Philadelphia", "Atlanta"], ["Washington D.C.", "Philadelphia", "Atlanta"]]}, "route.estimate_time_2": {"start_location": ["New York", "New York, NY", "NYC"], "end_location": ["Miami"], "stops": [["Washington D.C."],["Philadelphia", "Washington D.C."], ["Philadelphia", "Washington D.C.", "New York"], ["Philadelphia", "Washington D.C.", "NYC"], ["Washington D.C.", "Philadelphia"], ["Washington D.C.", "Philadelphia", "New York"], ["Washington D.C.", "Philadelphia", "NYC"]]}, "route.estimate_time_3": {"start_location": ["Philadelphia"], "end_location": ["Miami"], "stops": [["Washington D.C."], ["Washington D.C.", "Philadelphia"]]}} {"calculate_electric_field_1": {"charge": [5], "distance": [2], "permitivity": ["", 0]}, "calculate_electric_field_2": {"charge": [3], "distance": [4], "permitivity": ["", 0]}} {"calculate_magnetic_field_1": {"current": [10], "radius": [0.5], "permeability": ["", 0]}, "calculate_magnetic_field_2": {"current": [15], "radius": [1], "permeability": ["", 0]}} @@ -104,7 +104,7 @@ {"entropy_change.calculate_1": {"substance": ["A"], "mass": [2], "initial_temperature": [25], "final_temperature": [75], "pressure": [1, ""]}, "entropy_change.calculate_2": {"substance": ["A"], "mass": [2], "initial_temperature": [10], "final_temperature": [50], "pressure": [1, ""]}} {"calculate_entropy_change_1": {"initial_temp": [300], "final_temp": [350], "heat_capacity": [4.18], "isothermal": [true]}, "calculate_entropy_change_2": {"initial_temp": [300], "final_temp": [350], "heat_capacity": [4.18], "isothermal": [false]}} {"calc_heat_capacity_1": {"temp": [300], "volume": [2.5], "gas": ["air",""]}, "calc_heat_capacity_2": {"temp": [350], "volume": [2.5], "gas": ["air",""]}, "calc_heat_capacity_3": {"temp": [300], "volume": [1.5], "gas": ["air",""]}} -{"fetch_DNA_sequence_1": {"DNA_id": ["XYZ123"], "format": ["", "fasta"], "upstream": ["", 0]}, "fetch_DNA_sequence_2": {"DNA_id": ["XYZ123"], "format": ["genbank"], "upstream": [""]}, "fetch_DNA_sequence_3": {"DNA_id": ["XYZ123"], "format": ["", "fasta"], "upstream": [500]}} +{"fetch_DNA_sequence_1": {"DNA_id": ["XYZ123"], "format": ["", "fasta"], "upstream": ["", 0]}, "fetch_DNA_sequence_2": {"DNA_id": ["XYZ123"], "format": ["genbank"], "upstream": [0,""]}, "fetch_DNA_sequence_3": {"DNA_id": ["XYZ123"], "format": ["", "fasta"], "upstream": [500]}} {"get_protein_sequence_1": {"gene": ["BRCA1"], "species": ["Homo sapiens", ""]}, "get_protein_sequence_2": {"gene": ["BRCA2"], "species": ["Homo sapiens", ""]}, "get_protein_sequence_3": {"gene": ["BRCA1"], "species": ["Pan troglodytes"]}, "get_protein_sequence_4": {"gene": ["BRCA2"], "species": ["Pan troglodytes"]}} {"biology.get_cell_info_1": {"cell_type": ["neuron"], "detailed": [true]}, "biology.get_cell_info_2": {"cell_type": ["muscle"], "detailed": [false, ""]}} {"cellbio.get_proteins_1": {"cell_compartment": ["nucleus"], "include_description": [true]}, "cellbio.get_proteins_2": {"cell_compartment": ["mitochondria"], "include_description": [true]}, "cellbio.get_proteins_3": {"cell_compartment": ["cytoplasm"], "include_description": [true]}} @@ -120,10 +120,10 @@ {"identify_bird_1": {"color": ["blue"], "habitat": ["forest"], "size": ["small", ""]}, "identify_bird_2": {"color": ["black"], "habitat": ["lake"], "size": ["large"]}, "identify_bird_3": {"color": ["brown"], "habitat": ["desert"], "size": ["medium"]}, "identify_bird_4": {"color": ["green"], "habitat": ["tropical rainforest"], "size": ["large"]}} {"forest_growth_forecast_1": {"location": ["Amazon Rainforest"], "years": [10], "include_human_impact": [false,""]}, "forest_growth_forecast_2": {"location": ["Boreal Forests of Canada"], "years": [20], "include_human_impact": [false,""]}} {"ecology.get_turtle_population_1": {"location": ["Galapagos Islands"], "year": [2015], "species": [true]}, "ecology.get_turtle_population_2": {"location": ["Galapagos Islands"], "year": [2020], "species": [true]}} -{"calculate_vehicle_emission_1": {"vehicle_type": ["gas"], "miles_driven": [15000], "emission_factor": ["", 1.3]}, "calculate_vehicle_emission_2": {"vehicle_type": ["diesel"], "miles_driven": [15000], "emission_factor": [2.7]}, "calculate_vehicle_emission_3": {"vehicle_type": ["EV"], "miles_driven": [15000], "emission_factor": [0]}} +{"calculate_vehicle_emission_1": {"vehicle_type": ["gas"], "miles_driven": [15000], "emission_factor": ["", 1.4]}, "calculate_vehicle_emission_2": {"vehicle_type": ["diesel"], "miles_driven": [15000], "emission_factor": [2.7]}, "calculate_vehicle_emission_3": {"vehicle_type": ["EV"], "miles_driven": [15000], "emission_factor": [0]}} {"generate_DNA_sequence 1": {"length": [500], "preferences": [["A"]]}, "generate_DNA_sequence 2": {"length": [500], "preferences": [["T"]]}, "generate_DNA_sequence 3": {"length": [500], "preferences": [["C"]]}, "generate_DNA_sequence 4": {"length": [500], "preferences": [["G"]]}} {"population_projections_1": {"country": ["Japan"], "years": [10], "growth_rate": ["", 0.01]}, "population_projections_2": {"country": ["Japan"], "years": [10], "growth_rate": [0.015]}, "population_projections_3": {"country": ["India"], "years": [20], "growth_rate": [0.021]},"population_projections_4": {"country": ["India"], "years": [20], "growth_rate": ["", 0.01]}} -{"elephant_population_estimate_1": {"current_population": [500], "growth_rate": [0.02], "years": [10]},"elephant_population_estimate_2": {"current_population": [500], "growth_rate": [0.015], "years": [10]},"elephant_population_estimate_3": {"current_population": [500], "growth_rate": [ 0.025], "years": [10]}} +{"elephant_population_estimate_1": {"current_population": [500], "growth_rate": [0.02], "years": [10]},"elephant_population_estimate_2": {"current_population": [500], "growth_rate": [0.015], "years": [10]},"elephant_population_estimate_3": {"current_population": [500], "growth_rate": [0.025], "years": [10]}} {"prediction.evolution_1": {"species": ["African Elephant"], "years": [5000], "model": ["Darwin"]}, "prediction.evolution_2": {"species": ["African Elephant"], "years": [5000], "model": ["Lamarck"]}} {"restaurant.find_nearby_1": {"location": ["New York, NY", "New York City", "NYC", "NY"], "dietary_preference": [["Vegan", "Gluten-free", "Dairy-free"]]}, "restaurant.find_nearby_2": {"location": ["Los Angeles, CA", "LA", "Los Angeles", "Los Angeles, CA", "CA"], "dietary_preference": [["Vegan", "Gluten-free", "Dairy-free"]]}, "restaurant.find_nearby_3": {"location": ["Chicago, IL", "Chicago", "IL"], "dietary_preference": [["Vegan", "Gluten-free", "Dairy-free"]]}} {"average_temperature_1": {"location": ["New York", "New York, NY", "NYC"], "days": [7], "temp_unit": ["Fahrenheit"]}, "average_temperature_2": {"location": ["Los Angeles", "Los Angeles, CA", "LA"], "days": [7], "temp_unit": ["Celsius"]}} @@ -134,7 +134,7 @@ {"calculate_distance 1": {"coord1": [[48.8584, 2.2945]], "coord2": [[41.8902, 12.4922]], "unit": ["kilometers", "km"]}, "calculate_distance 2": {"coord1": [[41.8902, 12.4922]], "coord2": [[37.9715, 23.7257]], "unit": ["kilometers", "km"]}, "calculate_distance 3": {"coord1": [[37.9715, 23.7257]], "coord2": [[29.9792, 31.1342]], "unit": ["kilometers", "km"]}} {"calculate_bmi_1": {"weight": [85], "height": [175], "unit": ["metric", ""]}, "calculate_bmi_2": {"weight": [60], "height": [160], "unit": ["metric", ""]}, "calculate_bmi_3": {"weight": [75], "height": [180], "unit": ["metric", ""]}, "calculate_bmi_4": {"weight": [90], "height": [185], "unit": ["metric", ""]}} {"geo_distance.calculate_1": {"start_location": ["New York", "New York, NY", "New York, NY","NYC"], "end_location": ["Los Angeles", "Los Angeles, CA", "LA"], "units": ["kilometers", ""]}, "geo_distance.calculate_2": {"start_location": ["Los Angeles", "Los Angeles, CA", "LA"], "end_location": ["Miami"], "units": ["kilometers", ""]}, "geo_distance.calculate_3": {"start_location": ["Miami"], "end_location": ["New York", "New York, NY", "NYC"], "units": ["kilometers", ""]}} -{"city_distance.find_shortest_1": {"start_city": ["New York", "New York, NY", "NYC"], "end_city": ["Los Angeles", "Los Angeles, CA", "LA"], "transportation": ["bus"], "allow_transfer": ["",false]}, "city_distance.find_shortest_2": {"start_city": ["New York", "New York, NY", "NYC"], "end_city": ["Los Angeles", "Los Angeles, CA", "LA"], "transportation": ["bus"], "allow_transfer": [true]}} +{"city_distance.find_shortest_1": {"start_city": ["New York", "New York, NY", "NYC"], "end_city": ["Los Angeles", "Los Angeles, CA", "LA"], "transportation": ["bus", ""], "allow_transfer": ["",false]}, "city_distance.find_shortest_2": {"start_city": ["New York", "New York, NY", "NYC"], "end_city": ["Los Angeles", "Los Angeles, CA", "LA"], "transportation": ["bus", ""], "allow_transfer": [true]}} {"array_sort_1": {"list": [[45, 12, 67, 21, 89]], "order": ["ascending"]}, "array_sort_2": {"list": [[45, 12, 67, 21, 89]], "order": ["descending"]},"array_sort_3": {"list": [[34, 78, 12, 56, 90]], "order": ["ascending"]}, "array_sort_4": {"list": [[34, 78, 12, 56, 90]], "order": ["descending"]},"array_sort_5": {"list": [[23, 45, 67, 89, 12]], "order": ["ascending"]}, "array_sort_6": {"list": [[23, 45, 67, 89, 12]], "order": ["descending"]},"array_sort_7": {"list": [[56, 78, 90, 12, 34]], "order": ["ascending"]}, "array_sort_8": {"list": [ [56, 78, 90, 12, 34]], "order": ["descending"]}} {"calculate_BMI_1": {"weight_kg": [85], "height_m": [1.8]}, "calculate_BMI_2": {"weight_kg": [60], "height_m": [1.65]}, "calculate_BMI_3": {"weight_kg": [75], "height_m": [1.7]}} {"employee.fetch_data_1": {"company_name": ["Tech Solutions"], "employee_id": [12345], "data_field": [["Personal Info", "Job History", "Payroll", "Attendance"]]},"employee.fetch_data_2": {"company_name": ["Tech Solutions"], "employee_id": [67890], "data_field": [["Personal Info", "Job History", "Payroll", "Attendance"]]}} @@ -146,7 +146,7 @@ {"calculate_clock_angle_1": {"hours": [3], "minutes": [15], "round_to": [2]}, "calculate_clock_angle_2": {"hours": [8], "minutes": [20], "round_to": [2]}, "calculate_clock_angle_3": {"hours": [11], "minutes": [50], "round_to": [2]}} {"plot_sine_wave_1": {"start_range": [0], "end_range": [10], "frequency": [5], "amplitude": [2], "phase_shift": [1]}, "plot_sine_wave_2": {"start_range": [0], "end_range": [20], "frequency": [10], "amplitude": [3], "phase_shift": [2]}} {"light_travel_time_1": {"distance_in_light_years": [4.22], "speed_of_light": [299792458,""]}, "light_travel_time_2": {"distance_in_light_years": [6.1], "speed_of_light": [299792458,""]}, "light_travel_time_3": {"distance_in_light_years": [5.88], "speed_of_light": [299792458,""]}} -{"calculate_speed 1": {"distance": [500], "time": [25], "to_unit": ["km/h"]}, "calculate_speed 2": {"distance": [1000], "time": [200], "to_unit": ["m/s"]}, "calculate_speed 3": {"distance": [10000], "time": [600], "to_unit": ["km/h"]}} +{"calculate_speed 1": {"distance": [500], "time": [25], "to_unit": ["km/h"]}, "calculate_speed 2": {"distance": [1000], "time": [200], "to_unit": ["m/s", ""]}, "calculate_speed 3": {"distance": [10000], "time": [600], "to_unit": ["km/h"]}} {"calculate_distance_1": {"body1": ["Mars"], "body2": ["Venus"], "unit": ["miles"]}, "calculate_distance_2": {"body1": ["Mars"], "body2": ["Jupiter"], "unit": ["miles"]}} {"mathematics.calculate_area_under_curve 1": {"polynomial": [[3, -2, 1]], "limits": [[-1, 2]]}, "mathematics.calculate_area_under_curve 2": {"polynomial": [[1, 0, -1]], "limits": [[0, 3]]}} {"geometry.area_triangle 1": {"base": [15], "height": [20], "unit": ["square meters", "m^2", ""]}, "geometry.area_triangle 2": {"base": [25], "height": [30], "unit": ["square feet", "ft^2"]}, "geometry.area_triangle 3": {"base": [35], "height": [40], "unit": ["square inches", "in^2"]}} @@ -157,7 +157,7 @@ {"random_forest.train 1": {"n_estimators": [100], "max_depth": [10], "data": ["data_random_forest"]}, "random_forest.train 2": {"n_estimators": [200], "max_depth": [20], "data": ["data_random_forest"]}, "random_forest.train 3": {"n_estimators": [300], "max_depth": [30], "data": ["data_random_forest"]}, "random_forest.train 4": {"n_estimators": [400], "max_depth": [40], "data": ["data_random_forest"]}} {"predict_house_price_1": {"bedrooms": [3], "bathrooms": [2], "area": [1500], "location": ["New York", "New York, NY", "New York City", "NYC"]}, "predict_house_price_2": {"bedrooms": [4], "bathrooms": [3], "area": [2000], "location": ["Los Angeles", "Los Angeles, CA", "LA"]}, "predict_house_price_3": {"bedrooms": [2], "bathrooms": [1], "area": [1200], "location": ["Chicago"]}, "predict_house_price_4": {"bedrooms": [3], "bathrooms": [2], "area": [1800], "location": ["Miami"]}} {"random.normalvariate_1": {"mu": [5], "sigma": [2]}, "random.normalvariate_2": {"mu": [10], "sigma": [3]}} -{"probability.dice_roll 1": {"desired_number": [4], "number_of_rolls": [3], "die_sides": [""]}, "probability.dice_roll 2": {"desired_number": [2], "number_of_rolls": [2], "die_sides": [""]}, "probability.dice_roll 3": {"desired_number": [7], "number_of_rolls": [2], "die_sides": [8]}} +{"probability.dice_roll 1": {"desired_number": [4], "number_of_rolls": [3], "die_sides": [6,""]}, "probability.dice_roll 2": {"desired_number": [2], "number_of_rolls": [2], "die_sides": [6,""]}, "probability.dice_roll 3": {"desired_number": [7], "number_of_rolls": [2], "die_sides": [8]}} {"prob_dist.binomial_1": {"trials": [20], "successes": [5], "p": [0.3]}, "prob_dist.binomial_2": {"trials": [50], "successes": [15], "p": [0.3]}, "prob_dist.binomial_3": {"trials": [100], "successes": [30], "p": [0.3]}} {"calculate_binomial_probability_1": {"number_of_trials": [10], "number_of_successes": [7], "probability_of_success": [0.6]}, "calculate_binomial_probability_2": {"number_of_trials": [15], "number_of_successes": [10], "probability_of_success": [0.6]}, "calculate_binomial_probability_3": {"number_of_trials": [20], "number_of_successes": [15], "probability_of_success": [0.6]}} {"probability_of_event_1": {"success_outcomes": [4], "total_outcomes": [52], "format_as_ratio": [false,""]},"probability_of_event_2": {"success_outcomes": [13], "total_outcomes": [52], "format_as_ratio": [false,""]},"probability_of_event": {"success_outcomes": [26], "total_outcomes": [52], "format_as_ratio": [true]}} @@ -170,13 +170,13 @@ {"calculate_discounted_cash_flow_1": {"coupon_payment": [50], "period": [5], "discount_rate": [0.05], "face_value": [1000, ""]}, "calculate_discounted_cash_flow_2": {"coupon_payment": [60], "period": [7], "discount_rate": [0.04], "face_value": [1000, ""]}} {"calculate_compound_interest 1": {"principal": [5000], "rate": [0.025], "time": [2], "n": [4]}, "calculate_compound_interest 2": {"principal": [5000], "rate": [0.025], "time": [3], "n": [4]}, "calculate_compound_interest 3": {"principal": [5000], "rate": [0.025], "time": [5], "n": [4]}} {"calculate_return_on_equity_1": {"net_income": [1000000], "shareholder_equity": [5000000], "dividends_paid": [200000]}, "calculate_return_on_equity_2": {"net_income": [2000000], "shareholder_equity": [10000000], "dividends_paid": [0, ""]}} -{"finance.predict_future_value_1": {"present_value": [5000], "annual_interest_rate": [0.05], "compounding_periods_per_year": [1], "time_years": [10]}, "finance.predict_future_value_2": {"present_value": [7000], "annual_interest_rate": [0.04], "compounding_periods_per_year": [1], "time_years": [15]}} +{"finance.predict_future_value_1": {"present_value": [5000], "annual_interest_rate": [0.05], "compounding_periods_per_year": [1, ""], "time_years": [10]}, "finance.predict_future_value_2": {"present_value": [7000], "annual_interest_rate": [0.04], "compounding_periods_per_year": [1, ""], "time_years": [15]}} {"investment.predictProfit_1": {"investment_amount": [5000], "annual_return": [0.07], "years": [5]}, "investment.predictProfit_2": {"investment_amount": [8000], "annual_return": [0.05], "years": [7]}} {"calculate_return_on_investment_1": {"purchase_price": [150], "sale_price": [180], "dividend": [20]}, "calculate_return_on_investment_2": {"purchase_price": [200], "sale_price": [210], "dividend": [30]}, "calculate_return_on_investment_3": {"purchase_price": [250], "sale_price": [300], "dividend": [40]}} {"portfolio_future_value_1": {"stock": ["AAPL"], "invested_amount": [5000], "expected_annual_return": [0.07], "years": [5]}, "portfolio_future_value_2": {"stock": ["MSFT"], "invested_amount": [8000], "expected_annual_return": [0.06], "years": [7]}, "portfolio_future_value_3": {"stock": ["AMZN"], "invested_amount": [10000], "expected_annual_return": [0.08], "years": [10]}} {"calculate_cagr_1": {"initial_value": [5000], "final_value": [7000], "period_in_years": [5]}, "calculate_cagr_2": {"initial_value": [8000], "final_value": [12000], "period_in_years": [3]}} {"get_metal_price_1": {"metal": ["gold"], "measure": ["ounce"]}, "get_metal_price_2": {"metal": ["silver"], "measure": ["ounce"]}, "get_metal_price_3": {"metal": ["platinum"], "measure": ["ounce"]}, "get_metal_price_4": {"metal": ["palladium"], "measure": ["ounce"]}} -{"get_stock_price 1": {"company_name": ["Microsoft", "Apple"], "date": ["2022-01-01", "01/01/2022", "Jan.1,2022"], "exchange": ["NASDAQ"]}, "get_stock_price 2": {"company_name": ["Microsoft"], "date": ["2022-02-01", "02/01/2022", "Feb.1,2022"], "exchange": ["NASDAQ"]}, "get_stock_price 3": {"company_name": ["Apple"], "date": ["2022-01-01", "01/01/2022", "Jan.1,2022"], "exchange": ["NASDAQ"]}, "get_stock_price 4": {"company_name": ["Apple"], "date": ["2022-02-01", "02/01/2022", "Feb.1,2022"], "exchange": ["NASDAQ"]}} +{"get_stock_price 1": {"company_name": ["Microsoft", "Apple"], "date": ["2022-01-01", "01/01/2022", "Jan.1,2022"], "exchange": ["NASDAQ", ""]}, "get_stock_price 2": {"company_name": ["Microsoft"], "date": ["2022-02-01", "02/01/2022", "Feb.1,2022"], "exchange": ["NASDAQ", ""]}, "get_stock_price 3": {"company_name": ["Apple"], "date": ["2022-01-01", "01/01/2022", "Jan.1,2022"], "exchange": ["NASDAQ", ""]}, "get_stock_price 4": {"company_name": ["Apple"], "date": ["2022-02-01", "02/01/2022", "Feb.1,2022"], "exchange": ["NASDAQ", ""]}} {"get_stock_price_1": {"company": ["AAPL"], "days": [10], "exchange": ["NASDAQ"]}, "get_stock_price_2": {"company": ["MSFT"], "days": [15], "exchange": ["NYSE", ""]}} {"stock_price_1": {"company": ["Microsoft"], "days": [30], "data_type": ["Open", ""]}, "stock_price_2": {"company": ["Microsoft"], "days": [30], "data_type": ["Close", ""]}, "stock_price_3": {"company": ["Microsoft"], "days": [30], "data_type": ["High", ""]}, "stock_price_4": {"company": ["Microsoft"], "days": [30], "data_type": ["Low", ""]}, "stock_price_5": {"company": ["Apple"], "days": [30], "data_type": ["Open", ""]}, "stock_price_6": {"company": ["Apple"], "days": [30], "data_type": ["Close", ""]}, "stock_price_7": {"company": ["Apple"], "days": [30], "data_type": ["High", ""]}, "stock_price_8": {"company": ["Apple"], "days": [30], "data_type": ["Low", ""]}} {"get_stock_prices_1": {"companies": [["Apple"]], "duration": ["1 week"]}, "get_stock_prices_2": {"companies": [["Microsoft"]], "duration": ["2 weeks"]}, "get_stock_prices_3": {"companies": [["Amazon"]], "duration": ["3 weeks"]}, "get_stock_prices_4": {"companies": [["Tesla"]], "duration": ["1 month"]}} @@ -185,7 +185,7 @@ {"algebra.quadratic_roots_1": {"a": [3], "b": [7], "c": [2]}, "algebra.quadratic_roots_2": {"a": [5], "b": [-4], "c": [1]}} {"estimate_population_1": {"species": ["Bengal Tigers","Bengal Tiger"], "country": ["India"], "year": [2020]}, "estimate_population_2": {"species": ["African Elephants"], "country": ["Kenya"], "year": [2020]}, "estimate_population_3": {"species": ["Bengal Tigers","Bengal Tiger"], "country": ["India"], "year": [""]}, "estimate_population_4": {"species": ["African Elephants"], "country": ["Kenya"], "year": [""]}} {"calculate_emission_savings_1": {"energy_type": ["solar"], "usage_duration": [12], "region": ["Midwest", "Midwest region"]}, "calculate_emission_savings_2": {"energy_type": ["wind"], "usage_duration": [8], "region": ["Midwest", "Midwest region"]}} -{"get_air_quality_1": {"location": ["New York City", "NYC"], "detail": [true], "historical": ["today", "2023-06-20", "06/20/2023", "Jun.20,2023"]}, "get_air_quality_2": {"location": ["New York City", "NYC"], "detail": [true], "historical": ["yesterday"]}, "get_air_quality_3": {"location": ["New York City", "NYC"], "detail": [true], "historical": ["day before yesterday"]}} +{"get_air_quality_1": {"location": ["New York City", "NYC"], "detail": [true], "historical": ["2023-05-05"]}, "get_air_quality_2": {"location": ["New York City", "NYC"], "detail": [true], "historical": ["2023-05-04"]}, "get_air_quality_3": {"location": ["New York City", "NYC"], "detail": [true], "historical": ["2023-05-03"]}} {"get_traffic_info_1": {"start_location": ["New York", "New York, NY", "NYC"], "end_location": ["Los Angeles", "Los Angeles, CA", "LA"], "mode": ["driving"]}, "get_traffic_info_2": {"start_location": ["Los Angeles", "Los Angeles, CA", "LA"], "end_location": ["San Francisco", "SF"], "mode": ["bicycling"]}, "get_traffic_info_3": {"start_location": ["San Francisco", "SF"], "end_location": ["New York", "New York, NY", "NYC"], "mode": ["transit"]}} {"parks.find_nearby_1": {"location": ["New York, USA", "NY, USA", "New York City, USA", "NYC, USA"], "amenities": [["Tennis Court", "Picnic Area"]]}, "parks.find_nearby_2": {"location": ["Los Angeles, USA", "LA, USA"], "amenities": [["Playground", "Running Track"]]}, "parks.find_nearby_3": {"location": ["Chicago, USA"], "amenities": [["Tennis Court", "Playground"]]}} {"calculate_shortest_distance_1": {"start_location": ["New York City", "NYC"], "end_location": ["Los Angeles", "Los Angeles, CA", "LA"], "route_preference": ["Shortest"]}, "calculate_shortest_distance_2": {"start_location": ["Los Angeles", "Los Angeles, CA", "LA"], "end_location": ["Miami"], "route_preference": ["Shortest"]}, "calculate_shortest_distance_3": {"start_location": ["New York City", "NYC"], "end_location": ["Los Angeles", "Los Angeles, CA", "LA"], "route_preference": ["Scenic"]}, "calculate_shortest_distance_4": {"start_location": ["Los Angeles", "Los Angeles, CA", "LA"], "end_location": ["Miami"], "route_preference": ["Scenic"]}} @@ -193,8 +193,8 @@ {"get_news_1": {"topic": ["Climate Change"], "quantity": [5], "region": ["Europe", "EU"]}, "get_news_2": {"topic": ["Artificial Intelligence"], "quantity": [5], "region": ["Europe", "EU"]}} {"send_email_1": {"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"], "bcc": ["hr@example.com"]}, "send_email_2": {"to": ["jane.doe@example.com"], "subject": ["Meeting Reminder"], "body": ["Dear Jane, This is a reminder for our meeting scheduled for tomorrow at 10 AM. Best, Alex"], "cc": ["assistant@example.com"], "bcc": ["hr@example.com"]}} {"event_finder.find_upcoming_1": {"location": ["Los Angeles, CA", "LA"], "genre": ["jazz"], "days_ahead": [14]}, "event_finder.find_upcoming_2": {"location": ["Chicago, IL"], "genre": ["rock"], "days_ahead": [10]}, "event_finder.find_upcoming_3": {"location": ["Boston, MA"], "genre": ["classical music","classical"], "days_ahead": [7]}} -{"movie_details.brief_1": {"title": ["Inception"], "extra_info": [true]}, "movie_details.brief_2": {"title": ["The Dark Knight"], "extra_info": [true]},"movie_details.brief_3": {"title": ["Inception"], "extra_info": [false]}} -{"get_lawsuit_details_1": {"case_number": ["12345"], "court_location": ["New York Supreme Court", "NY Supreme Court"], "with_verdict": [true]}, "get_lawsuit_details_2": {"case_number": ["67890"], "court_location": ["Los Angeles Superior Court", "LA Superior Court"], "with_verdict": [false]}} +{"movie_details.brief_1": {"title": ["Inception"], "extra_info": [true]}, "movie_details.brief_2": {"title": ["The Dark Knight"], "extra_info": [true]},"movie_details.brief_3": {"title": ["Inception"], "extra_info": [false, ""]}} +{"get_lawsuit_details_1": {"case_number": ["12345"], "court_location": ["New York Supreme Court", "NY Supreme Court"], "with_verdict": [true]}, "get_lawsuit_details_2": {"case_number": ["67890"], "court_location": ["Los Angeles Superior Court", "LA Superior Court"], "with_verdict": [false,""]}} {"lawsuit_info_1": {"case_number": ["12345ABC"], "year": [2018], "location": ["New York", "New York, NY", "NY", ""]},"lawsuit_info": {"case_number": ["67890XYZ"], "year": [2019], "location": ["California", "CA"]}} -{"lawsuit_search_1": {"entity": ["Google"], "county": ["Santa Clara"], "state": ["California", "CA"]}, "lawsuit_search_2": {"entity": ["Facebook"], "county": ["San Mateo"], "state": ["California", "CA"]}} -{"get_current_weather_1": {"location": ["New York", "New York, NY", "New York City", "NYC"], "include_temperature": [true], "include_humidity": [true]}, "get_current_weather_2": {"location": ["Los Angeles", "Los Angeles, CA", "LA"], "include_temperature": [true], "include_humidity": [true]}, "get_current_weather_3": {"location": ["London"], "include_temperature": [true], "include_humidity": [true]}, "get_current_weather_4": {"location": ["Tokyo"], "include_temperature": [true], "include_humidity": [true]}} +{"lawsuit_search_1": {"entity": ["Google"], "county": ["Santa Clara"], "state": ["California", "CA",""]}, "lawsuit_search_2": {"entity": ["Facebook"], "county": ["San Mateo"], "state": ["California", "CA",""]}} +{"get_current_weather_1": {"location": ["New York", "New York, NY", "New York City", "NYC"], "include_temperature": [true,""], "include_humidity": [true]}, "get_current_weather_2": {"location": ["Los Angeles", "Los Angeles, CA", "LA"], "include_temperature": [true,""], "include_humidity": [true]}, "get_current_weather_3": {"location": ["London"], "include_temperature": [true,""], "include_humidity": [true]}, "get_current_weather_4": {"location": ["Tokyo"], "include_temperature": [true,""], "include_humidity": [true]}} diff --git a/data/possible_answer/gorilla_openfunctions_v1_test_parallel_multiple_function.json b/data/possible_answer/gorilla_openfunctions_v1_test_parallel_multiple_function.json index 2fbc376e30..e11e26220b 100644 --- a/data/possible_answer/gorilla_openfunctions_v1_test_parallel_multiple_function.json +++ b/data/possible_answer/gorilla_openfunctions_v1_test_parallel_multiple_function.json @@ -1,6 +1,6 @@ {"math_toolkit.sum_of_multiples": {"lower_limit": [1], "upper_limit": [1000], "multiples": [[3, 5]]}, "math_toolkit.product_of_primes": {"count": [5]}} {"area_rectangle.calculate": {"length": [7.0], "breadth": [3.0]}, "area_circle.calculate": {"radius": [5.0]}} -{"circle.calculate_area": {"radius": [5]}, "circle.calculate_circumference_1": {"diameter": [5]}, "circle.calculate_circumference_2": {"diameter": [10]}} +{"circle.calculate_area": {"radius": [5]}, "circle.calculate_circumference_1": {"diameter": [10]}} {"get_rectangle_property_1": {"perimeter": [14], "area": [15], "property": ["width"], "tolerance": [""]},"get_rectangle_property_2": {"perimeter": [14], "area": [15], "property": ["length"], "tolerance": ["","0.1"]}} {"integral": {"function": ["x^2", "lambda x : x**2"], "a": [1.0], "b": [5.0]}, "derivative": {"function": ["x^2","lambda x : x**2"], "x": [3.0]}} {"gcd": {"num1": [96], "num2": [128]}, "lcm": {"num1": [15], "num2": [25]}} @@ -8,23 +8,23 @@ {"kinematics.calculate_time_1": {"velocity": [50], "distance": [600]}, "kinematics.calculate_time_2": {"velocity": [400], "distance": [1000]}} {"kinematics.final_velocity": {"initial_velocity": [20.0], "acceleration": [5.0], "time": [6.0]}, "kinematics.distance_traveled": {"initial_velocity": [20.0], "acceleration": [5.0], "time": [6.0]}} {"flight_book": {"_from": ["Seattle"], "to": ["Boston"], "airlines": ["American Airlines"]}, "hotel_book": {"location": ["Boston", "Boston, Massachusetts", "Boston, MA","Boston,MA"], "nights": [4]}} -{"musical_ticket.buy": {"show": ["Mamma Mia"], "date": ["next Friday", "2023-04-14", "04/14/2023", "Apr.14,2023"]}, "train_ticket.buy": {"origin": ["New York"], "destination": ["Chicago"], "date": ["next Friday"]}} +{"musical_ticket.buy": {"show": ["Mamma Mia"], "date": ["next Friday"]}, "train_ticket.buy": {"origin": ["New York"], "destination": ["Chicago"], "date": ["next Friday"]}} {"physics.electric_field": {"charge": [4.0], "distance": [3.0]}, "physics.magnetic_field": {"current": [0.5], "turnsPerMeter": [25.0], "length": [2.0]}} {"calculate_magnetic_field": {"current": [4.0], "distance": [2.0]}, "calculate_voltage_difference": {"electric_field": [5.0], "distance": [3.0], "charge": [0.0,""], "permeability": ["", 0.1]}} {"energy_calculator.calculate_1": {"substance": ["water"], "mass": [100.0], "initial_temperature": [25.0], "final_temperature": [100.0], "unit": ["joules", ""]}, "energy_calculator.calculate_2": {"substance": ["Aluminium","aluminium"], "mass": [100.0], "initial_temperature": [25.0], "final_temperature": [100.0], "unit": ["joules", ""]}} -{"animal_population.get_history_1": {"country": ["Bangladesh"], "species": ["tigers"], "years": [5]}, "animal_population.get_history_2": {"country": ["India"], "species": ["tigers"], "years": [5]}, "animal_population.get_projection_1": {"country": ["Nepal"], "species": ["tigers"], "years": [10]}, "animal_population.get_projection_2": {"country": ["Malaysia"], "species": ["tigers"], "years": [10]}} -{"restaurant.search_1": {"location": ["New York"], "cuisine": ["Chinese"], "rating": [1.0, ""]}, "restaurant.search_2": {"location": ["Los Angeles"], "cuisine": ["Italian"], "rating": [4.0]}, "flight.search": {"_from": ["New York"], "to": ["Los Angeles"], "type": ["round-trip", "round trip"]}} +{"animal_population.get_history_1": {"country": ["Bangladesh"], "species": ["tigers","tiger"], "years": [5]}, "animal_population.get_history_2": {"country": ["India"], "species": ["tigers","tiger"], "years": [5]}, "animal_population.get_projection_1": {"country": ["Nepal"], "species": ["tigers","tiger"], "years": [10]}, "animal_population.get_projection_2": {"country": ["Malaysia"], "species": ["tigers","tiger"], "years": [10]}} +{"restaurant.search_1": {"location": ["New York, NY"], "cuisine": ["Chinese"], "rating": [1.0, ""]}, "restaurant.search_2": {"location": ["Los Angeles, CA"], "cuisine": ["Italian"], "rating": [4.0]}, "flight.search": {"_from": ["New York", "New York, NY"], "to": ["Los Angeles","Los Angeles, CA"], "type": ["round-trip", "round trip"]}} {"calculate_factorial": {"number": [8]}, "generate_prime": {"start": [1], "end": [50]}} {"steps_calorie_calculation": {"calorie": [500.0]}, "hydration_calculator": {"exercise_time": [2.0]}} {"currency_conversion": {"amount": [10.0], "from_currency": ["USD", "United States Dollar"], "to_currency": ["EUR", "Euro"]}, "banking_service": {"account_id": ["987654"], "amount": [10.0]}} {"math.gaussian_integral": {"function": ["exp(-x^2)"], "lower_limit": [-2.0], "upper_limit": [2.0]}, "math.definite_integral": {"function": ["sin(x)"], "lower_limit": [0.0], "upper_limit": [3.1416]}} -{"statistics.median": {"data": [[3, 4, 5, 2, 8, 5]]}, "statistics.variance": {"data": [[3, 4, 5, 2, 8, 5]],"population":[true, ""]}, "statistics.mode": {"data": [[3, 4, 5, 2, 8, 5]]}} +{"statistics.median": {"data": [[3, 4, 5, 2, 8, 5]]}, "statistics.variance": {"data": [[3, 4, 5, 2, 8, 5]],"population":[true, false, ""]}, "statistics.mode": {"data": [[3, 4, 5, 2, 8, 5]]}} {"data_loading": {"file_path": ["dataset.csv"], "delimiter": [",",""]}, "linear_regression_fit": {"x": ["data['sales']"], "y": ["data['future_sales']"], "return_residuals": [true]}} {"financial_ratios.interest_coverage": {"company_name": ["XYZ"], "years": [3]}, "sales_growth.calculate": {"company": ["XYZ"], "years": [3]}} {"financial_ratio.net_profit_margin": {"net_income": [20000], "total_revenue": [100000]}, "financial_ratio.debt_ratio": {"total_liabilities": [10000], "total_assets": [30000]}} {"investment.invest": {"company": ["Google", "GOOG"], "amount": [2000.0]}, "investment.withdraw": {"company": ["Apple", "AAPL"], "amount": [1000.0]}} {"stock_invest.calculate_investment_cost": {"company": ["Apple", "AAPL"], "shares": [50]}, "stock_invest.calculate_dividend_payout": {"shares": [50], "dividend_per_share": [1.3]}} -{"bank.get_transaction_history": {"account": ["00125648"], "days": [7]}, "bank.calculate_balance": {"account": ["00125648"], "transactions": [[]], "type": ["credit"], "starting_balance": ["", 0.0]}} +{"bank.get_transaction_history": {"account": ["00125648"], "days": [7]}, "bank.calculate_balance": {"account": ["00125648"], "transactions": [[],""], "type": ["credit",""], "starting_balance": ["", 0.0]}} {"bank_account.transfer": {"from_account": ["checking"], "to_account": ["saving"], "amount": [5000.0]}, "bank_account.calculate_interest": {"principal": [5000.0], "rate": [0.03], "time": [5]}} {"criminal_record.get_status": {"criminal_name": ["John Doe"], "region": ["New York", "NY"]}, "criminal_record.get_offense_nature": {"criminal_name": ["John Doe"], "optional_param": ["", false]}} {"court_records.search_cases_1": {"location": ["New York"], "query":["Theft"], "year":[2021], "limit":[5]}, "court_records.search_cases_2": {"location":["San Francisco"], "query":["Theft"], "year":[2021], "limit":[5]}} @@ -35,24 +35,24 @@ {"translate_text_1": {"text": ["Hello World"], "from_lang": ["English", "EN"], "to_lang": ["Spanish", "ES"]}, "translate_text_2": {"text": ["Goodbye"], "from_lang": ["French", "FR"], "to_lang": ["English", "EN"]}, "get_current_time_1": {"location": ["Los Angeles"]}, "get_current_time_2": {"location": ["London"]}} {"image_processing.object_identification": {"image_url": ["my_backyard_image_url"]}, "text_analysis.sentiment_analysis": {"text": ["my_journal_entry_text"]}} {"euro_history.battle_details": {"battle_name": ["Battle of Waterloo","Waterloo"], "specific_info": [["overview"]]}, "euro_history.treaty_info": {"treaty_name": ["Treaty of Tordesillas","Tordesillas"], "info_requested": [["overview"]]}} -{"history.get_timeline": {"event": ["World War 2", "WW2","World War 2 in Europe"], "region": ["Europe"]}, "history.get_important_figures": {"event": ["World War 2", "WW2","World War 2 in Europe"],"number":[1,""]}} +{"history.get_timeline": {"event": ["World War 2", "WW2","World War 2 in Europe"], "region": ["Europe",""]}, "history.get_important_figures": {"event": ["World War 2", "WW2","World War 2 in Europe"],"number":[1,""]}} {"us_history.life_expectancy_1": {"year": [1900]}, "us_history.life_expectancy_2": {"year": [1950]}, "us_history.gdp_1": {"year": [1900]}, "us_history.gdp_2": {"year": [1950]}} -{"scientist_info.get_birthdate": {"name": ["Nikola Tesla"]}, "scientist_info.get_famous_discovery": {"name": ["Nikola Tesla"],"discovery_order":[1]}} +{"scientist_info.get_birthdate": {"name": ["Nikola Tesla"]}, "scientist_info.get_famous_discovery": {"name": ["Nikola Tesla"],"discovery_order":[1,""]}} {"scienceFacts.getWeight_1": {"particle": ["Neutron"], "unit": ["amu"]}, "scienceFacts.getWeight_2": {"particle": ["Proton"], "unit": ["amu"]}, "scienceFacts.getDiameter_1": {"particle": ["Proton"], "unit": ["femtometers"]}, "scienceFacts.getDiameter_2": {"particle": ["Neutron"], "unit": ["femtometers"]}} -{"painting.create": {"shape": ["square"], "background_color": ["blue"], "dimensions": [[16, 16]]}, "display.set_screen_brightness": {"percentage": [70], "duration": [30]}} +{"painting.create": {"shape": ["square"], "background_color": ["blue"], "dimensions": [[16, 16]]}, "display.set_screen_brightness": {"percentage": [70], "duration": [30]}, "painting.display": {"time": [30]}} {"artwork.find_1": {"museum": ["Modern Arts Museum, New York", "Modern Arts Museum"], "type": ["sculpture","Sculpture"], "material": ["bronze","Bronze"], "artist": [""]}, "artwork.find_2": {"museum": ["Louvre Museum, Paris", "Louvre Museum", "Paris"], "type": ["sculpture","Sculpture"], "material": ["stone","Stone"],"artist":[""]}, "artwork.find_3": {"museum": ["Metropolitan Museum of Art", "Metropolitan Museum"], "type": ["painting"], "artist": ["Picasso"],"material":[""]}} {"get_artwork_price_1": {"museum_location": ["Philadelphia"], "sculpture_material": ["marble"], "sculpture_size": [[4, 4]]}, "get_artwork_price_2": {"museum_location": ["New York"], "sculpture_material": ["bronze"], "sculpture_size": [[6, 3]]}} {"house_designer.design": {"bedrooms": [3], "bathrooms": [2], "garden": [true]}, "office_designer.design": {"rooms": [5], "meeting_room": ["large"]}} {"calcVolume.cuboid": {"height": [10.0], "width": [5.0], "depth": [8.0]}, "calcVolume.sphere": {"radius": [4.0]}} -{"museum.get_hours": {"museum_name": ["Louvre Museum","Louvre"]}, "museum.get_waiting_time": {"museum_name": ["Louvre Museum","Louvre"],"day": ["", "Monday"]}, "location.get_travel_time": {"destination": ["Louvre Museum","Louvre"],"mode": ["Driving"]}} -{"product_search": {"city": ["Austin"], "product": ["Yamaha Acoustic Guitar"]}, "lowest_price": {"city": ["New York"], "product": ["Yamaha Acoustic Guitar"]}, "average_price": {"city": ["New York"], "product": ["Yamaha Acoustic Guitar"]}, "store_count_1": {"city": ["Austin"], "product": ["Yamaha Acoustic Guitar"]},"store_count_2": {"city": ["New York"], "product": ["Yamaha Acoustic Guitar"]}} +{"museum.get_hours": {"museum_name": ["Louvre Museum","Louvre"]}, "museum.get_waiting_time": {"museum_name": ["Louvre Museum","Louvre"],"day": ["", "Monday"]}, "location.get_travel_time": {"destination": ["Louvre Museum","Louvre"],"mode": ["Driving",""]}} +{"lowest_price": {"city": ["Austin"], "product": ["Yamaha Acoustic Guitar"]}, "average_price": {"city": ["New York"], "product": ["Yamaha Acoustic Guitar"]}, "store_count_1": {"city": ["Austin"], "product": ["Yamaha Acoustic Guitar"]},"store_count_2": {"city": ["New York"], "product": ["Yamaha Acoustic Guitar"]}} {"note_conversion.indian": {"note": ["C"]}, "frequency_to_wavelength": {"frequency": [440.0]}} -{"beat_generator": {"genre": ["Hip Hop", "hip hop"], "bpm": [95], "scale": ["Major", "major"]}, "melody_generator": {"note_sequence": [["C4", "E4", "F4", "G4"]], "instrument": ["Bass",""]}} +{"beat_generator": {"genre": ["Hip Hop", "hip hop"], "bpm": [95], "scale": ["Major", "major",""]}, "melody_generator": {"note_sequence": [["C4", "E4", "F4", "G4"]], "instrument": ["Bass",""]}} {"sport_analysis.last_game_performance": {"team": ["L.A Lakers", "Los Angeles Lakers"], "details": [["field goal %", "free throw %"]]}, "sport_analysis.compare_ppg": {"team": ["L.A Lakers", "Los Angeles Lakers"], "seasons": [["2018-2019", "2019-2020"], ["18-19", "19-20"]]}} {"get_player_record_1": {"player": ["Michael Jordan"], "stat": ["highest_scoring_game"]}, "get_player_record_2": {"player": ["Michael Jordan"], "stat": ["total_championships"]}} {"game_of_life.play": {"rounds": [3], "start_board": [[]]}, "chess.play": {"moves": [["e4", "e5"]]}} -{"board_game_search": {"complexity": [2.5], "player_count": [5]}, "trivia_game_search": {"duration": [60.0, 45.0, 30.0]}} -{"BattleReignGameAPI.update_player_equipment": {"attribute": ["armor"], "level": [5],"playerID":[123]}, "GameGuideAPI.search_guide_1": {"game": ["Battle Reign"], "condition": ["snowy weather"], "type": [""]}, "GameGuideAPI.search_guide_2": {"game": ["Shadow Fall"],"type": ["strategy"],"condition":[""]}} +{"board_game_search": {"complexity": [2.5], "player_count": [6]}, "trivia_game_search": {"duration": [60.0, 45.0, 30.0]}} +{"BattleReignGameAPI.update_player_equipment": {"attribute": ["armor"], "level": [5],"playerID":[123,""]}, "GameGuideAPI.search_guide_1": {"game": ["Battle Reign"], "condition": ["snowy weather"], "type": [""]}, "GameGuideAPI.search_guide_2": {"game": ["Shadow Fall"],"type": ["strategy"],"condition":[""]}} {"recipe_search": {"ingredient": ["spaghetti"], "dietary_requirements": [["gluten_free"]], "isHomemade": [true]}, "recipe_prep_time": {"recipe": ["spaghetti","homemade healthy spaghetti","Homemade healthy gluten free spaghetti","homemade_spaghetti"]}, "recipe_nutrition_info": {"recipe": ["homemade_spaghetti","homemade healthy spaghetti","spaghetti", "Homemade healthy gluten free spaghetti"]}} {"time_zones.get_current_time_1": {"location": ["Beijing", "BJ"]}, "time_zones.get_current_time_2": {"location": ["Tokyo", "TYO"]}, "time_zones.get_time_difference": {"city_1": ["Beijing", "BJ"], "city_2": ["Tokyo", "TYO"]}} {"hotel.find_1": {"location": ["Paris", "Paris, France", "France"], "stars": [4], "amenities": [["Free WiFi", "Breakfast Included", "Gym"]]}, "hotel.find_2": {"location": ["New York", "New York, USA", "NY", "NY, USA", "USA"], "stars": [4], "amenities": [["Free WiFi", "Breakfast Included", "Gym"]]}} @@ -62,7 +62,7 @@ {"EuclideanDistance.calculate_1": {"pointA": [[3, 2]], "pointB": [[7, 5]], "rounding": [2]}, "angleToXAxis.calculate_1": {"pointA": [[3, 2]], "pointB": [[7, 5]], "rounding": [2]}, "EuclideanDistance.calculate_2": {"pointA": [[10,8]], "pointB": [[14,12]], "rounding": [2]}, "angleToXAxis.calculate_2": {"pointA": [[10,8]], "pointB": [[14,12]], "rounding": [2]}} {"kinematics.calculate_displacement": {"initial_speed": [5.0], "acceleration": [2.0], "time": [10.0], "rounding": [2, ""]}, "kinematics.calculate_final_speed": {"initial_speed": [5.0], "acceleration": [2.0], "time": [10.0], "rounding": [2, ""]}} {"weather.get_by_coordinates_date": {"coordinates": [[40.7128, -74.0060]], "date": ["2021-01-15", "01/15/2021", "Jan 15, 2021"]}, "weather.get_by_city_date_1": {"city": ["New York City","New York City, NY"], "date": ["2020-12-25", "12/25/2020", "Dec 25, 2020"]}, "weather.get_by_city_date_2": {"city": ["New York City"], "date": ["2021-01-01", "01/01/2021", "Jan 1, 2021"]}, "weather.get_forecast_by_coordinates": {"coordinates": [[40.7128, -74.0060]], "days_ahead": [10]}} -{"wildlife_population.assess_growth_1": {"species": ["African Elephant"], "location": ["Serengeti", "Serengeti ecosystem"], "duration": [5, 10]}, "ecological_impact.analyze_1": {"species": ["African Elephant"], "ecosystem": ["Serengeti", "Serengeti ecosystem"], "location": ["Africa"], "timeframe": [5]}, "wildlife_population.assess_growth_2": {"species": ["Bengal Tiger"], "location": ["Sundarbans", "Sundarbans ecosystem"], "duration": [7, 10]}, "ecological_impact.analyze_2": {"species": ["Bengal Tiger", "Tiger"], "ecosystem": ["Sundarbans", "Sundarbans ecosystem"], "location": ["India"], "timeframe": [3]}} +{"wildlife_population.assess_growth_1": {"species": ["African Elephant"], "location": ["Serengeti", "Serengeti ecosystem"], "duration": [10]}, "ecological_impact.analyze_1": {"species": ["African Elephant"], "ecosystem": ["Serengeti", "Serengeti ecosystem"], "location": ["Serengeti"], "timeframe": [5]}, "wildlife_population.assess_growth_2": {"species": ["Bengal Tiger"], "location": ["Sundarbans", "Sundarbans ecosystem"], "duration": [7]}, "ecological_impact.analyze_2": {"species": ["Bengal Tiger", "Tiger"], "ecosystem": ["Sundarbans", "Sundarbans ecosystem"], "location": ["Sundarbans"], "timeframe": [3]}} {"realestate.find_properties": {"location": ["San Francisco, CA", "SF, CA"], "propertyType": ["condo"], "bedrooms": [2], "budget": [{"min": [500000], "max": [800000]}]}, "property_valuation.get_1": {"location": ["Los Angeles, CA", "LA, CA"], "propertyType": ["villa"], "bedrooms": [3], "age": [5]}, "property_valuation.get_2": {"location": ["New York, NY", "NY, NY"], "propertyType": ["apartment"], "bedrooms": [1], "age": [10]}} {"calculate_average": {"gradeDict": [{"Math": [85], "English": [90], "Science": [88], "History": [92], "Art": [89]}]}, "calculate_standard_deviation": {"gradeDict": [{"Math": [85], "English": [90], "Science": [88], "History": [92], "Art": [89]}]}, "highest_grade": {"gradeDict": [{"Math": [85], "English": [90], "Science": [88], "History": [92], "Art": [89]}]}} {"math_roots.quadratic": {"a": [3.0], "b": [4.0], "c": [-7.0]}, "math.roots.cubic": {"a": [2.0], "b": [-5.0], "c": [3.0], "d": [-1.0]}, "math.roots.polynomial": {"coefficients": [[6.0, -3.0, 2.0, -1.0, 1.0]], "degree": [4.0]}} @@ -73,9 +73,9 @@ {"generate_sound_wave_1":{"frequency":[440.0],"duration":[5],"wave_type":["sine"]},"generate_sound_wave_2":{"frequency":[880],"duration":[10],"wave_type":["square"]},"play_sound_wave_1":{"wave_file":["test.wav"],"volume":[0.8]},"play_sound_wave_2":{"wave_file":["test2.wav"],"volume":[0.6]}} {"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"]}} {"basketball.player_stats.get": {"player_name": ["LeBron James"], "stats_fields": [["points", "assists", "rebounds", "minutes"]]}, "basketball.team_stats.get": {"team_name": ["Los Angeles Lakers"], "stats_fields": [["total points", "total assists", "total rebounds", "win rate"]]}, "basketball.game_stats.get": {"team1": ["Los Angeles Lakers"], "team2": ["Golden State Warriors"], "date": ["2021-01-18", "01/18/2021", "Jan 18, 2021", "January 18, 2021"], "stats_fields": [["total points", "total assists", "total rebounds", "turnovers"]]}} -{"route_planner.calculate_route_1": {"start": ["New York"], "destination": ["Boston"], "method": ["fastest"]}, "chess_club_details.find_1": {"name": ["Knight Gambit"], "city": ["Boston"],"event":["null"]}, "route_planner.calculate_route_2": {"start": ["Boston"], "destination": ["Philadelphia"], "method": ["fastest"]}, "chess_club_details.find_2": {"name": ["Rook Corner"], "city": ["Philadelphia"]}, "route_planner.calculate_route_3": {"start": ["Philadelphia"], "destination": ["New York"], "method": ["shortest"]}} +{"route_planner.calculate_route_1": {"start": ["New York"], "destination": ["Boston"], "method": ["fastest"]}, "chess_club_details.find_1": {"name": ["Knight Gambit"], "city": ["Boston"],"event":["null",""]}, "route_planner.calculate_route_2": {"start": ["Boston"], "destination": ["Philadelphia"], "method": ["fastest"]}, "chess_club_details.find_2": {"name": ["Rook Corner"], "city": ["Philadelphia"]}, "route_planner.calculate_route_3": {"start": ["Philadelphia"], "destination": ["New York"], "method": ["shortest"]}} {"video_games.store_price_1": {"game_title": ["The Legend of Zelda: Breath of the Wild"], "platform": ["Nintendo Switch"], "region": ["United States"]}, "video_games.on_sale": {"game_title": ["Super Mario Odyssey"], "platform": ["Nintendo Switch"], "region": ["United States"]}, "video_games.store_currency": {"platform": ["PlayStation"], "region": ["United States"]}, "video_games.store_price_2": {"game_title": ["God of War"], "platform": ["PlayStation"], "region": ["United Kingdom"]}} -{"game_rewards.get_1": {"game": ["Call of Duty"], "platform": ["Playstation"],"mission":[""],"trophy":[""]}, "game_rewards.get_2": {"game": ["Fornite"], "platform": ["PC"], "trophy": ["Master"],"mission": [""]},"game_scores.get": {"game": ["FIFA"], "platform": ["Xbox"], "level": [3],"player": [""]}, "game_missions.list": {"game": ["Assassin Creed"]}} +{"game_rewards.get_1": {"game": ["Call of Duty"], "platform": ["Playstation"],"mission":[""],"trophy":[""]}, "game_rewards.get_2": {"game": ["Fortnite"], "platform": ["PC"], "trophy": ["Master"],"mission": [""]},"game_scores.get": {"game": ["FIFA"], "platform": ["Xbox"], "level": [3],"player": [""]}, "game_missions.list": {"game": ["Assassin Creed"]}} {"maps.shortest_path_1":{"start_location":["New York City"],"end_location":["Metropolitan Museum of Art"],"mode":["walk",""]},"maps.shortest_path_2":{"start_location":["Metropolitan Museum of Art"],"end_location":["Central Park"],"mode":["bike"]},"maps.route_times_1":{"route":["New York City to Metropolitan Museum of Art"],"mode":["walk",""]},"maps.route_times_2":{"route":["Metropolitan Museum of Art to Central Park"],"mode":["bike"]}} {"solve.quadratic_equation": {"a": [5], "b": [6], "c": [1]}, "convert.rgb_to_hex": {"r": [255], "g": [160], "b": [0]}, "perform.string_reverse": {"input_string": ["Hello, World!"]}} {"functions.intersect": {"function1": ["4x+7"], "function2": ["2x+5"]}, "functions.zero": {"function": ["3x+9"]}} @@ -87,114 +87,114 @@ {"kinematics.calculate_speed_from_rest": {"distance": [120.0], "time": [10.0], "initial_speed": [0.0,""]}, "kinematics.calculate_acceleration": {"initial_speed": [12.0], "final_speed": [24.0], "time": [5.0], "distance": [""]}} {"kinematics.final_velocity": {"initial_velocity": [0.0], "time": [5.0], "acceleration": [3.0]}, "physics.wave_velocity": {"frequency": [50.0], "wavelength": [3.0]}, "kinematics.distance": {"initial_velocity": [0.0,""], "time": [12.0], "acceleration": [3.0]}} {"library.search_book": {"book_name": ["To Kill a Mockingbird"], "city": ["New York", "NY"], "availability": [true], "genre": ["Fiction", ""]}, "library.reserve_book": {"book_id": ["123ABC"], "branch_id": ["XYZ789"], "return_date": ["2022-12-31", "12/31/2022", "Dec 31, 2022"]}} -{"ride_hailing.get_rides_1": {"source": ["123 Main Street"], "destination": ["456 Park Avenue"], "max_cost": [30.0]}, "grocery_delivery.order": {"location": ["789 Broadway"], "items": [["milk", "bread", "eggs", "apples"]], "max_delivery_cost": [10.0]}, "ride_hailing.get_rides_2": {"source": ["456 Park Avenue"], "destination": ["321 Elm Street"], "max_cost": [20.0]}, "ride_hailing.get_rides_3": {"source": ["321 Elm Street"], "destination": ["123 Main Street"], "max_cost": [25.0]}} +{"ride_hailing.get_rides_1": {"source": ["123 Main Street"], "destination": ["456 Park Avenue"], "max_cost": [30.0]}, "grocery_delivery.order": {"location": ["789 Broadway"], "items": [["milk", "bread", "eggs", "apples"], ["milk", "bread", "apples", "eggs"],["milk", "eggs", "bread", "apples"],["milk", "eggs", "apples", "bread"],["milk", "apples", "bread", "eggs"],["milk", "apples", "eggs", "bread"],["bread", "milk", "eggs", "apples"],["bread", "milk", "apples", "eggs"],["bread", "eggs", "milk", "apples"],["bread", "eggs", "apples", "milk"],["bread", "apples", "milk", "eggs"],["bread", "apples", "eggs", "milk"],["eggs", "milk", "bread", "apples"],["eggs", "milk", "apples", "bread"],["eggs", "bread", "milk", "apples"],["eggs", "bread", "apples", "milk"],["eggs", "apples", "milk", "bread"],["eggs", "apples", "bread", "milk"],["apples", "milk", "bread", "eggs"],["apples", "milk", "eggs", "bread"],["apples", "bread", "milk", "eggs"],["apples", "bread", "eggs", "milk"],["apples", "eggs", "milk", "bread"],["apples", "eggs", "bread", "milk"]], "max_delivery_cost": [10.0]}, "ride_hailing.get_rides_2": {"source": ["456 Park Avenue"], "destination": ["321 Elm Street"], "max_cost": [20.0]}, "ride_hailing.get_rides_3": {"source": ["321 Elm Street"], "destination": ["123 Main Street"], "max_cost": [25.0]}} {"calculate_final_temperature": {"quantity1": [5.0], "temperature1": [300.0], "quantity2": [3.0], "temperature2": [500.0]}, "calculate_mass": {"quantity": [4.0], "molar_mass": [16.0]}} {"biological.calc_energy": {"mols": [5.0], "substance": ["C6H12O6", "glucose"], "joules_per_mol": [2800.0,""]}, "biological.calc_biomass": {"energy": [14000.0], "efficiency": [0.1,""]}, "physical.calc_work": {"energy": [1400.0], "distance": [2.0]}} -{"calculate.weight_in_space": {"weight_earth_kg": [75.0], "planet": ["Mars"]}, "currency_conversion": {"amount": [5000.0], "from_currency": ["USD"], "to_currency": ["JPY", "Japanese Yen"]}, "unit_conversion.convert": {"value": [24.0], "from_unit": ["in"], "to_unit": ["cm"]}} +{"calculate.weight_in_space": {"weight_earth_kg": [75.0], "planet": ["Mars"]}, "currency_conversion": {"amount": [5000.0], "from_currency": ["USD","US Dollars", "US Dollar"], "to_currency": ["JPY", "Japanese Yen"]}, "unit_conversion.convert": {"value": [24.0], "from_unit": ["in","inch","inches"], "to_unit": ["cm","centimeter","centimeters"]}} {"geology.get_era": {"era_name": ["Jurassic"], "calculate_years_ago": [true]}, "history.get_event_date": {"event_name": ["signing of the Magna Carta", "Magna Carta"], "calculate_years_ago": [true]}} {"sort_list_1": {"elements": [["apple", "banana", "cherry", "date", "elderberry"],["elderberry", "cherry", "banana", "apple", "date"]], "order": ["desc", "descending"]}, "filter_list": {"elements": [["apple", "banana", "cherry", "date", "elderberry"]], "condition": ["b", "B","startswith(b)"]}, "sum_elements": {"elements": [[5, 10, 15, 20, 25]]}, "sort_list_2": {"elements": [[35, 10, 25, 5, 15]], "order": ["asc"]}} {"cosine_similarity.calculate_1": {"vector1": [[1, 2, 3]], "vector2": [[4, 5, 6]], "rounding": [2]}, "correlation.calculate_1": {"array1": [[7, 8, 9]], "array2": [[10, 11, 12]], "type": ["pearson"]}, "correlation.calculate_2": {"array1": [[13, 14, 15]], "array2": [[16, 17, 18]], "type": ["spearman"]}, "cosine_similarity.calculate_2": {"vector1": [[19, 20, 21]], "vector2": [[22, 23, 24]], "rounding": [3]}} {"library.find_nearby": {"location": ["New York City","New York City, NY"], "preferences": [["Pet-friendly", "Cafe Inside"]]}, "store.find_nearby": {"location": ["New York City","New York City, NY"], "preferences": [["Disabled Access", "24 hours"]]}} {"calc_Simple_Interest": {"principle_amount": [5000.0], "duration": [5.0], "annual_rate": [0.04]}, "calc_Compound_Interest": {"principle_amount": [5000.0], "duration": [5.0], "annual_rate": [0.035], "compound_freq": [1]}, "future_value": {"initial_investment": [3000.0], "interest_rate": [0.05], "time": [6], "num_compoundings": [2]}} -{"currency_conversion": {"amount": [5000.0], "from_currency": ["Japanese Yen", "JPY"], "to_currency": ["US Dollars", "USD"]}, "unit_conversion": {"value": [15.0], "from_unit": ["km"], "to_unit": ["mi"]}} -{"corporate_finance.dividend_data_1": {"company": ["Microsoft", "MSFT"], "years": [5], "frequency": ["quarterly"]}, "corporate_finance.dividend_data_2": {"company": ["Microsoft"], "years": [5], "frequency": ["annually"]}, "stock_market_data_1": {"company": ["Microsoft", "MSFT"], "days": [60]}, "stock_market_data_2": {"company": ["Microsoft"], "days": [120]}} +{"currency_conversion": {"amount": [5000.0], "from_currency": ["Japanese Yen", "JPY"], "to_currency": ["US Dollars", "USD", "US Dollar"]}, "unit_conversion": {"value": [15.0], "from_unit": ["km","kilometer","kilometers"], "to_unit": ["mi","mile","miles"]}} +{"corporate_finance.dividend_data_1": {"company": ["Microsoft", "MSFT"], "years": [5], "frequency": ["quarterly"]}, "corporate_finance.dividend_data_2": {"company": ["Microsoft"], "years": [5], "frequency": ["annually",""]}, "stock_market_data_1": {"company": ["Microsoft", "MSFT"], "days": [60]}, "stock_market_data_2": {"company": ["Microsoft"], "days": [120]}} {"stock_forecast_1":{"company":["Apple Inc.","AAPL"],"days":[30],"model":["ARIMA"]},"stock_forecast_2":{"company":["Microsoft Corporation","MSFT"],"days":[45],"model":["LSTM"]},"weather_forecast_1":{"location":["New York City","NYC","New York","NY"],"days":[7]},"weather_forecast_2":{"location":["Los Angeles","LA","Los Angeles, California","CA"],"days":[14]}} -{"avg_closing_price":{"company":["Microsoft","MSFT"],"days":[30],"data_source":["yahoo finance","Yahoo Finance"]},"total_revenue":{"company":["Apple","AAPL"],"days":[30],"data_source":["google finance","Google Finance"]},"volume_traded_1":{"company":["Microsoft","MSFT"],"days":[30],"data_source":["yahoo finance","Yahoo Finance"]},"volume_traded_2":{"company":["Apple","AAPL"],"days":[30],"data_source":["yahoo finance","Yahoo Finance"]}} +{"avg_closing_price":{"company":["Microsoft","MSFT"],"days":[30],"data_source":["yahoo finance","Yahoo Finance",""]},"total_revenue":{"company":["Apple","AAPL"],"days":[30],"data_source":["google finance","Google Finance"]},"volume_traded_1":{"company":["Microsoft","MSFT"],"days":[30],"data_source":["yahoo finance","Yahoo Finance",""]},"volume_traded_2":{"company":["Apple","AAPL"],"days":[30],"data_source":["yahoo finance","Yahoo Finance",""]}} {"financial.compound_interest":{"principle":[5000],"rate":[0.04],"time":[5],"n":[4]},"financial.simple_interest":{"principle":[5000],"rate":[0.035],"time":[5]}} {"lawyer.search_1":{"location":["New York, NY","NY, New York","NY"],"expertise":["Divorce"]},"lawyer.search_2":{"location":["Los Angeles, CA","CA, Los Angeles","CA"],"expertise":["Criminal"]},"doctor.search_1":{"location":["Chicago, IL","IL, Chicago","IL"],"specialization":["Cardiology"]},"doctor.search_2":{"location":["Houston, TX","TX, Houston","TX"],"specialization":["Orthopedics","Orthopaedic"]}} {"air_quality_forecast_1":{"location":["New York","NY"],"days":[5]},"weather_forecast":{"location":["Los Angeles","LA"],"days":[7]},"news":{"topic":["global warming"],"days":[3]},"air_quality_forecast_2":{"location":["Beijing"],"days":[2]}} -{"geodistance.find_1":{"origin":["New York","NY"],"destination":["London"],"unit":["kilometers","km"]},"timezones.get_difference":{"city1":["New York","NY"],"city2":["London"]},"flights.search":{"from_city":["New York","NY"],"to_city":["London"],"date":["next friday","2022-01-01","01/01/2022","Jan.1,2022"]},"geodistance.find_2":{"origin":["London"],"destination":["Paris"],"unit":["miles","mi"]}} -{"traffic_estimate_1":{"start_location":["San Francisco","SF"],"end_location":["Palo Alto"],"time_period":["now","weekday","typical weekday"]},"calculate_distance_1":{"start_point":["San Francisco","SF"],"end_point":["Palo Alto"]},"traffic_estimate_2":{"start_location":["Palo Alto"],"end_location":["Los Angeles","LA"],"time_period":["weekend"]},"weather_forecast_1":{"location":["Los Angeles","LA"],"days":[5]}} +{"geodistance.find_1":{"origin":["New York","NY"],"destination":["London"],"unit":["kilometers","km"]},"timezones.get_difference":{"city1":["New York","NY"],"city2":["London"]},"flights.search":{"from_city":["New York","NY"],"to_city":["London"],"date":["next friday","2022-01-01","01/01/2022","Jan.1,2022"]},"geodistance.find_2":{"origin":["London"],"destination":["Paris"],"unit":["miles","mi",""]}} +{"traffic_estimate_1":{"start_location":["San Francisco","SF"],"end_location":["Palo Alto"],"time_period":["weekday"]},"calculate_distance_1":{"start_point":["San Francisco","SF"],"end_point":["Palo Alto"]},"traffic_estimate_2":{"start_location":["Palo Alto"],"end_location":["Los Angeles","LA"],"time_period":["weekend"]},"weather_forecast_1":{"location":["Los Angeles","LA"],"days":[5]}} {"library.search_books":{"location":["New York City","NYC"],"genre":["mystery"],"title":[""]},"google.books_search":{"genre":["mystery"],"title":[""]},"openlibrary.books_search":{"genre":["mystery"],"title":[""]}} {"five_factor_model.analyse":{"talkative":[true],"nervous":[false],"artistic_interests":[true],"lazy":[false],"forgiving":[true]},"MBTI.analyse":{"thinking_vs_feeling":["feeling","F"],"introverted_vs_extroverted":["extroverted","E"],"judging_vs_perceiving":["perceiving","P"],"sensing_vs_intuition":["intuition","N"]}} -{"european_history.get_monarchs":{"country":["France"],"century":[17]},"european_history.get_events":{"country":["England"],"century":[18],"event_type":["war"]},"european_history.get_culture":{"country":["Italy"],"century":[19],"aspect":["art"]}} +{"european_history.get_monarchs":{"country":["France"],"century":[17]},"european_history.get_events":{"country":["England"],"century":[18],"event_type":["war",""]},"european_history.get_culture":{"country":["Italy"],"century":[19],"aspect":["art",""]}} {"us_history.population_by_state_year_1":{"state":["California","CA"],"year":[1980]},"us_history.population_by_state_year_2":{"state":["California","CA"],"year":[1990]},"us_economy.gdp_by_state_year_1":{"state":["California","CA"],"year":[1980],"adjustment":["Real"]},"us_economy.gdp_by_state_year_2":{"state":["California","CA"],"year":[1990],"adjustment":["Real"]}} {"religion.get_origin_1":{"religion":["Buddhism"]},"religion.get_origin_2":{"religion":["Hinduism"]},"religion.get_core_beliefs_1":{"religion":["Hinduism"]},"religion.get_core_beliefs_2":{"religion":["Buddhism"]}} {"art_auction.fetch_artwork_price_1":{"artwork_name":["Starry Night"],"artist":["Vincent Van Gogh"],"platform":["Sotheby"]},"art_auction.fetch_artwork_price_2":{"artwork_name":["The Scream"],"artist":["Edvard Munch"],"platform":["Christie"]},"library.search_book_1":{"title":["To Kill a Mockingbird"],"author":["Harper Lee"],"platform":["New York Public Library"]},"library.search_book":{"title":["1984"],"author":["George Orwell"],"platform":["British Library"]}} -{"paint_color.trends":{"room":["Living room"],"period":["Monthly","M"]},"weather_forecast":{"location":["Seattle","Seattle, WA"],"days":[5]},"house_price_trends":{"location":["San Francisco, CA","San Francisco,CA","San Francisco","CA"],"period":["Quarterly","Q"]}} +{"paint_color.trends":{"room":["Living room"],"period":["Monthly",""]},"weather_forecast":{"location":["Seattle","Seattle, WA"],"days":[5]},"house_price_trends":{"location":["San Francisco, CA","San Francisco,CA","San Francisco","CA"],"period":["Quarterly"]}} {"sculpture.create_custom_1":{"item":["horse"],"material":["Marble"],"size":[20]},"sculpture.create_custom_2":{"item":["dog"],"material":["Wood"],"size":[15]},"painting.create_custom_1":{"subject":["sunset"],"color":["Red"],"size":[30]},"painting.create_custom_2":{"subject":["cityscape"],"color":["Blue"],"size":[25]}} {"artwork_search.find":{"type":["installation"],"location":["New York","NY"],"era":["modern",""]},"park_search.find":{"facilities":[["playground","picnic area"]],"location":["New York","NY"]},"tourist_attraction.find":{"attractionType":["monument"],"location":["New York","NY"]}} {"exhibition_info":{"museum_name":["Louvre","Louvre museum"],"month":[3]},"restaurant_info_1":{"location":["Paris","Paris area"],"food_type":["Italian"]},"restaurant_info_2":{"location":["Paris","Paris area"],"food_type":["Chinese"]}} {"concert.book_ticket_1":{"artist":["Taylor Swift"],"location":["New York","NY"],"add_ons":[["VIP Seating"]]},"concert.book_ticket_2":{"artist":["Ed Sheeran"],"location":["Los Angeles","LA"],"add_ons":[["Backstage Pass","Parking Pass"]]},"festival.book_ticket":{"festival":["Coachella"],"location":["Indio"],"add_ons":[["Camping Pass","Parking Pass"]]}} -{"music.generate_1":{"key":["D Minor","Dm"],"tempo":[120],"time_signature":[""]},"audio.generate_1":{"frequency":[440],"amplitude":[0.5],"duration":[""]},"music.generate_2":{"key":["E Major","EM"],"tempo":[90],"time_signature":[0.75]},"audio.generate_2":{"frequency":[300],"amplitude":[0.7],"duration":[5]}} -{"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":["Manchester United"],"competition":["Premier League","PL"]},"league_stats.get_top_scorer":{"league_name":["Premier League","PL"],"season":["2019-2020","19-20","2019/2020","2019","2020"]}} +{"music.generate_1":{"key":["D Minor","Dm"],"tempo":[120],"time_signature":["4/4",""]},"audio.generate_1":{"frequency":[440],"amplitude":[0.5],"duration":[""]},"music.generate_2":{"key":["E Major","EM"],"tempo":[90],"time_signature":["3/4"]},"audio.generate_2":{"frequency":[300],"amplitude":[0.7],"duration":[5]}} +{"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":["Manchester United"],"competition":["Premier League","PL",""]},"league_stats.get_top_scorer":{"league_name":["Premier League","PL",""],"season":["2019-2020","19-20","2019/2020","2019","2020"]}} {"soccer_scores.get_scores":{"team":["Manchester United"],"league":["English Premier League","EPL"],"rounds":[5]},"basketball_scores.get_scores":{"team":["Los Angeles Lakers","Lakers"],"league":["NBA","National Basketball Association"],"rounds":[7]}} -{"BoardGameGeek.recommend_1":{"numPlayers":[6],"category":["strategy"],"difficulty":["beginner"]},"BoardGameGeek.recommend_2":{"numPlayers":[4],"category":["party"],"difficulty":["intermediate"]},"AmazonGameStore.recommend_1":{"numOfPlayers":[6],"category":["strategy"],"priceRange":["$20-$30","20-30 dollars"]},"AmazonGameStore.recommend_2":{"numOfPlayers":[4],"category":["party"],"priceRange":["$20-$30","20-30 dollars"]}} +{"BoardGameGeek.recommend_1":{"numPlayers":[6],"category":["strategy"],"difficulty":["beginner",""]},"BoardGameGeek.recommend_2":{"numPlayers":[4],"category":["party"],"difficulty":["intermediate"]},"AmazonGameStore.recommend_1":{"numOfPlayers":[6],"category":["strategy"],"priceRange":["$20-$30","20-30 dollars"]},"AmazonGameStore.recommend_2":{"numOfPlayers":[4],"category":["party"],"priceRange":["$20-$30","20-30 dollars"]}} {"games.update.find":{"game":["Call of Duty"],"platform":["Playstation","PS"],"region":["European","EU"]},"games.price.find":{"game":["Call of Duty"],"platform":["Xbox"]},"games.reviews.find":{"game":["FIFA 21"],"region":["American","US","USA"]}} {"video_games.get_player_count_1":{"game_title":["Call of Duty: Modern Warfare"],"year":[2019],"platform":["Playstation","PS"]},"video_games.get_player_count_2":{"game_title":["Call of Duty: Modern Warfare"],"year":[2020],"platform":["PC","Personal Computer"]},"video_games.get_sales_1":{"game_title":["Call of Duty: Modern Warfare"],"year":[2019],"platform":["Playstation","PS"]},"video_games.get_sales_2":{"game_title":["Call of Duty: Modern Warfare"],"year":[2020],"platform":["PC","Personal Computer"]}} {"recipe_search":{"ingredients":[["eggs","milk","bread"]],"calories":[300],"meal":["breakfast"]},"restaurant_search":{"ingredients":[["chicken","tomatoes","lettuce"]],"calories":[500],"meal":["lunch"]},"ingredient_replace":{"original_ingredient":["beef"],"replacement_ingredient":["tofu"],"calories":[600]}} {"restaurant.find_group":{"location":["Seattle, WA","WA","Seattle"],"cuisine":[["Seafood","Italian"]],"group_size":[10]},"events.find_event":{"location":["Seattle, WA","WA","Seattle"],"event_type":[["Concert","Sports"]],"group_size":[10]}} {"recipe.find_1":{"mainIngredient":["chicken"],"ingredientLimit":[5]},"restaurant.find":{"cuisine":["Italian"],"price":[["mid"]]},"recipe.find_2":{"mainIngredient":["beef"],"ingredientLimit":[7]}} -{"hotel.book_1":{"location":["Paris"],"roomType":["deluxe"],"nights":[5],"additional_services":[["breakfast","spa"]]},"car.rental_1":{"location":["Paris"],"days":[7],"car_type":["SUV"],"pick_up":["airport", ""]},"hotel.book_2":{"location":["Rome"],"roomType":["suite"],"nights":[3],"additional_services":[["airport transfer service"],["airport transfer"]]},"car.rental_2":{"location":["Rome"],"days":[5],"car_type":["compact"],"pick_up":["hotel"]}} +{"hotel.book_1":{"location":["Paris"],"roomType":["deluxe"],"nights":[5],"additional_services":[["breakfast","spa"],["spa","breakfast"]]},"car.rental_1":{"location":["Paris"],"days":[7],"car_type":["SUV"],"pick_up":["airport", ""]},"hotel.book_2":{"location":["Rome"],"roomType":["suite"],"nights":[3],"additional_services":[["airport transfer service"],["airport transfer"]]},"car.rental_2":{"location":["Rome"],"days":[5],"car_type":["compact"],"pick_up":["hotel"]}} {"hotel_room_pricing.get":{"hotelName":["Hilton New York"],"roomType":["deluxe"],"nights":[5]},"car_rental_pricing.get":{"rentalCompany":["Enterprise"],"carType":["sedan"],"days":[10]},"flight_ticket_pricing.get":{"airline":["Delta Airlines","Delta"],"flightClass":["business"],"passengers":[3]}} {"currency_exchange.convert_1":{"amount":[5000],"from_currency":["Euros","EUR"],"to_currency":["US Dollars","USD"],"live_conversion":[true]},"currency_exchange.convert_2":{"amount":[3000],"from_currency":["Euros","EUR"],"to_currency":["British Pounds","GBP"],"live_conversion":[false]},"unit_conversion.convert_1":{"value":[100],"from_unit":["kilometers","km"],"to_unit":["miles","mi"]},"unit_conversion.convert_2":{"value":[75],"from_unit":["kilograms","kg"],"to_unit":["pounds","lbs","lb"]}} {"portfolio_future_value":{"stock":["AAPL","\"AAPL\""],"invested_amount":[5000],"expected_annual_return":[0.07],"years":[10]},"get_stock_info":{"company_name":["Microsoft","\"Microsoft\""],"detail_level":["detailed","\"detailed\""],"market":["NASDAQ","\"NASDAQ\"",""]},"solve_quadratic_equation":{"a":[5],"b":[-20],"c":[15]}} {"geometry.area_circle":{"radius":[5.6],"units":["feet","ft"]},"plot_sine_wave":{"start_range":[0],"end_range":[3.14],"frequency":[2],"amplitude":[1.5],"phase_shift":[0.5]}} -{"calculus.derivative_1":{"function":["3x^2 + 2x - 1"],"value":[2],"function_variable":["x"]},"calculus.derivative_2":{"function":["5y^3 - 4y + 2"],"value":[3],"function_variable":["y"]},"get_personality_traits":{"type":["INTJ"],"traits":[["strengths","weaknesses"],["weaknesses","strengths"]]}} +{"calculus.derivative_1":{"function":["3x^2 + 2x - 1"],"value":[2],"function_variable":["x",""]},"calculus.derivative_2":{"function":["5y^3 - 4y + 2"],"value":[3],"function_variable":["y"]},"get_personality_traits":{"type":["INTJ"],"traits":[["strengths","weaknesses"],["weaknesses","strengths"]]}} {"music_generator.generate_scale_progression":{"key":["D"],"tempo":[120],"duration":[2],"scale_type":["minor","Minor"]},"math.hcf":{"number1":[456],"number2":[123]}} {"get_top_cases":{"field_of_law":["constitutional law"],"top_number":[5],"country":["United Kingdom","UK"]},"math.gcd":{"num1":[36],"num2":[48]}} -{"musical_scale":{"key":["C"],"scale_type":["major",""]},"poker_game_winner":{"players":[["John","Sarah","Mike"]],"cards":[{"John":["2 of hearts","3 of diamonds","4 of spades","5 of clubs","6 of diamonds"],"Sarah":["3 of hearts","4 of diamonds","5 of spades","6 of clubs","7 of diamonds"],"Mike":["4 of hearts","5 of diamonds","6 of spades","7 of clubs","8 of diamonds"]}],"type":["Texas Holdem",""]},"calculate_displacement":{"initial_velocity":[10],"time":[5],"acceleration":[0,""]}} -{"court_case.search":{"docket_number":["12345"],"location":["Dallas, TX","Dallas,TX","Dallas, Texas"],"full_text":[false]},"chess.rating":{"player_name":["Magnus Carlsen"],"variant":["classical"]},"get_event_date":{"event":["Battle of Gettysburg"],"location":[""]},"calculate_final_speed":{"initial_velocity":[0],"height":[100],"gravity":[9.8]}} +{"musical_scale":{"key":["C"],"scale_type":["major",""]},"poker_game_winner":{"players":[["John","Sarah","Mike"]],"cards":[{"John":[["2 of hearts","3 of diamonds","4 of spades","5 of clubs","6 of diamonds"]],"Sarah":[["3 of hearts","4 of diamonds","5 of spades","6 of clubs","7 of diamonds"]],"Mike":[["4 of hearts","5 of diamonds","6 of spades","7 of clubs","8 of diamonds"]]}],"type":["Texas Holdem",""]},"calculate_displacement":{"initial_velocity":[10],"time":[5],"acceleration":[0,""]}} +{"court_case.search":{"docket_number":["12345"],"location":["Dallas, TX","Dallas,TX","Dallas, Texas"],"full_text":[false,""]},"chess.rating":{"player_name":["Magnus Carlsen"],"variant":["classical",""]},"get_event_date":{"event":["Battle of Gettysburg"],"location":["global",""]},"calculate_final_speed":{"initial_velocity":[0],"height":[100],"gravity":[9.8,""]}} {"cell_biology.function_lookup":{"molecule":["ATP"],"organelle":["mitochondria"],"specific_function":[true]},"get_shortest_driving_distance":{"origin":["New York","NY"],"destination":["Los Angeles","LA"],"unit":["miles",""]},"get_scientist_for_discovery":{"discovery":["theory of relativity"]},"instrument_price.get":{"brand":["Fender"],"model":["Stratocaster"],"finish":["sunburst"]}} -{"calculate_magnetic_field":{"current":[5],"radius":[0.02],"permeability":[""]},"concert_booking.book_ticket":{"artist":["Taylor Swift"],"city":["New York","NY"],"num_tickets":[3]},"lawsuit_details.find":{"company_name":["Apple Inc."],"year":[2010],"case_type":["Patent"]}} +{"calculate_magnetic_field":{"current":[5],"radius":[0.02],"permeability":[""]},"concert_booking.book_ticket":{"artist":["Taylor Swift"],"city":["New York","NY"],"num_tickets":[3]},"lawsuit_details.find":{"company_name":["Apple Inc.","Apple"],"year":[2010],"case_type":["Patent"]}} {"group_dynamics.pattern":{"total":[30],"extroverts":[15],"introverts":[15]},"mix_paint_color":{"color1":["blue"],"color2":["yellow"],"lightness":[70]},"cooking_conversion.convert":{"quantity":[2],"from_unit":["cups","c"],"to_unit":["milliliters","ml"],"item":["flour"]},"calculate_electric_field_strength":{"charge":[1e-06],"distance":[0.02],"medium":["vacuum",""]}} -{"calculate_density_1":{"mass":[10],"volume":[2],"unit":["kg/m\u00b3","kilograms per cubic meter"]},"mix_paint_color_1":{"color1":["red"],"color2":["blue"],"lightness":[70]},"calculate_density_2":{"mass":[5],"volume":[1],"unit":["g/cm\u00b3","grams per cubic centimeter"]},"mix_paint_color_2":{"color1":["yellow"],"color2":["blue"],"lightness":[30]}} -{"mutation_type.find":{"snp_id":["rs123456"],"species":["Homo sapiens"]},"find_exhibition":{"location":["New York, NY"],"art_form":["sculpture"],"month":["next month"],"user_ratings":["high"]},"cellbio.get_proteins":{"cell_compartment":["nucleus"],"include_description":[true]}} -{"get_collectables_in_season_1":{"game_name":["Animal Crossing"],"season":["Summer"],"item_type":["bug"]},"get_collectables_in_season_2":{"game_name":["Animal Crossing"],"season":["Winter"],"item_type":["fish"]},"mutation_type.find_1":{"snp_id":["rs53576"],"species":["Homo sapiens"]},"mutation_type.find_2":{"snp_id":["rs1800497"],"species":["Mus musculus"]}} +{"calculate_density_1":{"mass":[10],"volume":[2],"unit":["kg/m\u00b3","kilograms per cubic meter",""]},"mix_paint_color_1":{"color1":["red"],"color2":["blue"],"lightness":[70]},"calculate_density_2":{"mass":[5],"volume":[1],"unit":["g/cm\u00b3","grams per cubic centimeter"]},"mix_paint_color_2":{"color1":["yellow"],"color2":["blue"],"lightness":[30]}} +{"mutation_type.find":{"snp_id":["rs123456"],"species":["Homo sapiens",""]},"find_exhibition":{"location":["New York, NY"],"art_form":["sculpture"],"month":["Feb","Febuary"],"user_ratings":["high"]},"cellbio.get_proteins":{"cell_compartment":["nucleus"],"include_description":[true]}} +{"get_collectables_in_season_1":{"game_name":["Animal Crossing"],"season":["Summer"],"item_type":["bug"]},"get_collectables_in_season_2":{"game_name":["Animal Crossing"],"season":["Winter"],"item_type":["fish"]},"mutation_type.find_1":{"snp_id":["rs53576"],"species":["Homo sapiens",""]},"mutation_type.find_2":{"snp_id":["rs1800497"],"species":["Mus musculus"]}} {"math.factorial":{"number":[7]},"find_flute":{"brand":["Yamaha","Yamaha"],"specs":[["open hole","silver headjoint"],["open-hole","silver-headjoint"]]},"calculate_genotype_frequency":{"allele_frequency":[0.6],"genotype":["AA"]}} -{"forest_growth_forecast_1":{"location":["Amazon rainforest","Amazon"],"years":[10],"include_human_impact":[true]},"forest_growth_forecast_2":{"location":["Amazon rainforest","Amazon"],"years":[10],"include_human_impact":[false]},"get_scientist_for_discovery_1":{"discovery":["theory of relativity","relativity"]},"get_scientist_for_discovery_2":{"discovery":["DNA double helix structure","double helix"]}} +{"forest_growth_forecast_1":{"location":["Amazon rainforest","Amazon"],"years":[10],"include_human_impact":[true]},"forest_growth_forecast_2":{"location":["Amazon rainforest","Amazon"],"years":[10],"include_human_impact":[false,""]},"get_scientist_for_discovery_1":{"discovery":["theory of relativity","relativity"]},"get_scientist_for_discovery_2":{"discovery":["DNA double helix structure","double helix"]}} {"calculate_fitness":{"trait_values":[[0.7,0.8,0.9]],"trait_contributions":[[0.3,0.4,0.3]]},"lawyer.find_nearby":{"city":["New York, NY","NY"],"specialty":[["Civil","Divorce"]],"fee":[300]},"chess.rating":{"player_name":["Magnus Carlsen"],"variant":["classical",""]},"walmart.purchase":{"loc":["Los Angeles, CA","LA"],"product_list":[["Milk","Bread","Eggs"]],"pack_size":[[1,2,12]]}} -{"modify_painting":{"size":["30x40 inches","30x40"],"medium":["oil"],"dominant_color":["red"]},"prediction.evolution":{"species":["African elephant"],"years":[100],"model":["Darwin"]},"calculate_probability":{"total_outcomes":[52],"favorable_outcomes":[4],"round_to":[3]}} -{"find_restaurants":{"location":["San Francisco","SF"],"food_type":["Italian"],"number":[5],"dietary_requirements":[["vegan"]]},"sports.match_schedule":{"team_name":["Golden State Warriors"],"num_matches":[3],"league":["NBA",""]},"get_stock_info":{"company_name":["Apple Inc."],"detail_level":["detailed"],"market":["NASDAQ", ""]},"find_instrument":{"budget":[500],"type":["guitar"],"make":["Fender"]}} +{"modify_painting":{"size":["30x40 inches","30x40"],"medium":["oil"],"dominant_color":["red"]},"prediction.evolution":{"species":["African elephant"],"years":[100],"model":["Darwin",""]},"calculate_probability":{"total_outcomes":[52],"favorable_outcomes":[4],"round_to":[3]}} +{"find_restaurants":{"location":["San Francisco","SF","San Francisco, California","San Francisco, CA"],"food_type":["Italian"],"number":[5],"dietary_requirements":[["vegan"]]},"sports.match_schedule":{"team_name":["Golden State Warriors"],"num_matches":[3],"league":["NBA",""]},"get_stock_info":{"company_name":["Apple Inc."],"detail_level":["detailed"],"market":["NASDAQ", ""]},"find_instrument":{"budget":[500],"type":["guitar"],"make":["Fender"]}} {"celebrity_net_worth.get_1":{"name":["Lionel Messi"],"currency":["EUR","Euros"]},"celebrity_net_worth.get_2":{"name":["LeBron James"],"currency":["GBP","British Pounds"]},"calculate_bmi_1":{"weight":[85],"height":[180],"unit":["metric",""]},"calculate_bmi_2":{"weight":[200],"height":[74],"unit":["imperial"]}} {"hotel_booking":{"location":["Paris"],"room_type":["deluxe"],"duration":[5],"start_date":["20th June","2023-06-20","06/20/2023","Jun.20,2023"],"preferences":[["gym","free_breakfast"]]},"soccer.get_last_match":{"team_name":["Manchester United"],"include_stats":[true]},"calculate_BMI":{"weight_kg":[75],"height_m":[1.8]}} {"imdb.find_movies_by_actor":{"actor_name":["Leonardo DiCaprio"],"year":[2010],"category":["Drama"]},"lawsuits_search":{"company_name":["Apple Inc."],"location":["California","CA"],"year":[2015],"case_type":["civil",""]},"flight.book":{"departure_location":["New York","NY"],"destination_location":["London"],"date":["2022-12-25","12/25/2022","Dec 25, 2022"],"time":["10:00AM"],"direct_flight":["",true]}} -{"book_hotel":{"hotel_name":["Hotel Le Bristol Paris"],"location":["Paris, France","Paris"],"room_type":["suite","Suite"],"start_date":["12-01-2022","2022-12-01","Dec 1, 2022"],"stay_duration":[10],"view":["city view","city"]},"latest_exchange_rate":{"source_currency":["USD"],"target_currency":["EUR"],"amount":[1000]},"safeway_order":{"location":["Palo Alto, CA","Palo Alto","CA"],"items":[["water","apples","bread"]],"quantity":[[2,3,1]]},"light_travel_time":{"distance_in_light_years":[4.24],"speed_of_light":[299792458,""]}} -{"geometry.area_triangle":{"base":[12],"height":[15],"unit":["square meters","m^2"]},"science_history.get_invention":{"invention_name":["Telephone","Telephone"],"want_year":[true]},"map_service.get_directions":{"start":["New York City","NYC"],"end":["Los Angeles","LA"],"avoid":[["tolls","highways"]]}} -{"run_linear_regression":{"predictors":[["age","income","education level"]],"target":["job satisfaction"],"standardize":[true]},"travel_itinerary_generator":{"destination":["Paris","Paris, France"],"days":[7],"daily_budget":[200],"exploration_type":["urban"]},"find_recipe":{"recipeName":["Chicken Alfredo"],"maxCalories":[800]},"cooking_conversion.convert":{"quantity":[2],"from_unit":["cups"],"to_unit":["grams"],"item":["flour"]}} +{"book_hotel":{"hotel_name":["Hotel Le Bristol Paris"],"location":["Paris, France","Paris"],"room_type":["suite","Suite"],"start_date":["12-01-2022","2022-12-01","Dec 1, 2022"],"stay_duration":[10],"view":["city view","city"]},"latest_exchange_rate":{"source_currency":["USD","US Dollars","US Dollar"],"target_currency":["EUR","Euro"],"amount":[1000]},"safeway.order":{"location":["Palo Alto, CA","Palo Alto","CA"],"items":[["water","apples","bread"]],"quantity":[[2,3,1]]},"light_travel_time":{"distance_in_light_years":[4.24],"speed_of_light":[299792458,""]}} +{"geometry.area_triangle":{"base":[12],"height":[15],"unit":["square meters","m^2",""]},"science_history.get_invention":{"invention_name":["Telephone","Telephone"],"want_year":[true]},"map_service.get_directions":{"start":["New York City","NYC"],"end":["Los Angeles","LA"],"avoid":[["tolls","highways"],["highways","tolls"]]}} +{"run_linear_regression":{"predictors":[["age","income","education level"]],"target":["job satisfaction"],"standardize":[true]},"travel_itinerary_generator":{"destination":["Paris","Paris, France"],"days":[7],"daily_budget":[200],"exploration_type":["urban",""]},"find_recipe":{"recipeName":["Chicken Alfredo"],"maxCalories":[800]},"cooking_conversion.convert":{"quantity":[2],"from_unit":["cups","cup","c"],"to_unit":["grams","gram","g"],"item":["flour"]}} {"predict_house_price":{"area":[2000],"rooms":[4],"year":[1985],"location":["San Francisco","SF"]},"lawsuit_search":{"entity":["John Doe","Mr. John Doe"],"county":["San Francisco","San Francisco County"],"state":["California",""]},"calculate_probability":{"total_outcomes":[1000],"favorable_outcomes":[5],"round_to":[3]}} {"math.power_1":{"base":[7],"exponent":[3],"mod":[""]},"probabilities.calculate_single":{"total_outcomes":[52],"event_outcomes":[26],"round":[3]},"fetch_DNA_sequence":{"DNA_id":["XYZ123"],"format":["genbank","gb"],"upstream":[5]},"math.power_2":{"base":[2],"exponent":[5],"mod":[3]}} -{"run_two_sample_ttest":{"group1":[[12,15,18,22,25]],"group2":[[20,23,26,29,32]],"equal_variance":[true]},"restaurant_search.find_closest":{"location":["Boston, MA","Boston,MA","Boston","MA"],"cuisine":["Sushi"],"amenities":[["Patio","Wi-Fi"],["Patio"],["Wi-Fi"]]},"get_personality_traits":{"hobby":["painting"],"trait_count":[5]}} -{"geometry.area_triangle_1":{"base":[15],"height":[20],"unit":["square meters","m^2"]},"geometry.area_triangle_2":{"base":[10],"height":[30],"unit":["square meters","m^2"]},"t_test":{"dataset_A":[[12,15,18,20,22,25]],"dataset_B":[[14,16,19,21,23,26]],"alpha":[0.05]},"event_finder.find_upcoming":{"location":["Los Angeles, CA","Los Angeles","LA","CA"],"genre":["rock"],"days_ahead":[14]}} -{"finance.calculate_quarterly_dividend_per_share":{"total_payout":[1000000],"outstanding_shares":[500000]},"get_song_lyrics":{"song_title":["Hey Jude"],"artist_name":["The Beatles","Beatles"],"lang":[""]},"movie_details.brief":{"title":["The Godfather"],"extra_info":[true]},"mix_paint_color":{"color1":["red"],"color2":["blue"],"lightness":[70]}} +{"run_two_sample_ttest":{"group1":[[12,15,18,22,25]],"group2":[[20,23,26,29,32]],"equal_variance":[true]},"restaurant_search.find_closest":{"location":["Boston, MA","Boston,MA","Boston","MA"],"cuisine":["Sushi"],"amenities":[["Patio","Wi-Fi"],["Patio"],["Wi-Fi"]]},"get_personality_traits":{"hobby":["painting"],"trait_count":[5,""]}} +{"geometry.area_triangle_1":{"base":[15],"height":[20],"unit":["square meters","m^2",""]},"geometry.area_triangle_2":{"base":[10],"height":[30],"unit":["square meters","m^2",""]},"t_test":{"dataset_A":[[12,15,18,20,22,25]],"dataset_B":[[14,16,19,21,23,26]],"alpha":[0.05]},"event_finder.find_upcoming":{"location":["Los Angeles, CA","Los Angeles","LA","CA"],"genre":["rock"],"days_ahead":[14]}} +{"finance.calculate_quarterly_dividend_per_share":{"total_payout":[1000000],"outstanding_shares":[500000]},"get_song_lyrics":{"song_title":["Hey Jude"],"artist_name":["The Beatles","Beatles"],"lang":["","English"]},"movie_details.brief":{"title":["The Godfather"],"extra_info":[true]},"mix_paint_color":{"color1":["red"],"color2":["blue"],"lightness":[70]}} {"calculate_return_on_equity":{"net_income":[2000000],"shareholder_equity":[10000000],"dividends_paid":[500000]},"get_song_lyrics":{"song_title":["Bohemian Rhapsody"],"artist_name":["Queen"],"lang":["English",""]},"law_case_search.find_historical":{"subject":["fraud"],"from_year":[1990],"to_year":[2000]},"public_library.find_nearby":{"location":["Boston, MA","Boston,MA","Boston"],"facilities":[["Reading Room","Wi-Fi"],["Wi-Fi","Reading Room"]]}} {"compound_interest":{"principal":[5000],"annual_rate":[0.05],"compounding_freq":["quarterly"],"time_in_years":[7]},"lawsuits_search":{"company_name":["Tech Corp"],"location":["San Francisco","SF"],"year":[2018],"case_type":[""]}} {"chess.rating":{"player_name":["Magnus Carlsen"],"variant":["classical","Classical","CLASSICAL",""]},"solve_quadratic":{"a":[2],"b":[-3],"c":[1]},"calculate_cagr":{"initial_value":[5000],"final_value":[8000],"period_in_years":[5]}} {"finance.calculate_future_value":{"initial_investment":[5000],"rate_of_return":[0.07],"years":[10],"contribution":[200]},"create_histogram":{"data":[[7,8,9,6,7,8,10,9,8,7]],"bins":[5]},"mix_paint_color":{"color1":["blue"],"color2":["yellow"],"lightness":[70]}} {"geometry.calculate_area_circle":{"radius":[5],"unit":["","meters","m","centimeters","cm"]},"calculate_mutual_fund_balance":{"investment_amount":[5000],"annual_yield":[0.07],"years":[10]}} {"calculate_triangle_area":{"base":[10],"height":[5],"unit":["square meters","m^2","sq m","sq. meters"]},"get_case_info_1":{"docket":["12345"],"court":["Supreme Court"],"info_type":["accused"]},"get_case_info_2":{"docket":["67890"],"court":["High Court"],"info_type":["verdict"]}} -{"event_finder.find_upcoming":{"location":["San Francisco, CA"],"genre":["jazz"],"days_ahead":[5]},"lawsuit_search":{"company":["Apple Inc."],"start_date":["2020-01-01","01/01/2020","Jan 1, 2020"],"location":["California","CA"],"status":["","ongoing"]},"walmart.check_price":{"items":[["olive oil","rice","beans"]],"quantities":[[2,3,4]],"store_location":["San Jose, CA"]}} +{"event_finder.find_upcoming":{"location":["San Francisco, CA"],"genre":["jazz"],"days_ahead":[5]},"lawsuit_search":{"company":["Apple Inc."],"start_date":["2020-01-01","01/01/2020","Jan 1, 2020"],"location":["California","CA"],"status":["","ongoing"]},"walmart.check_price":{"items":[["olive oil", "rice", "beans"],["olive oil", "beans", "rice"],["rice", "olive oil", "beans"],["rice", "beans", "olive oil"],["beans", "olive oil", "rice"],["beans", "rice", "olive oil"]],"quantities":[[2,3,4]],"store_location":["San Jose, CA"]}} {"park_information_1":{"park_name":["Yellowstone National Park"],"information":[["Elevation","Area"]]},"calculate_stock_return":{"investment_amount":[5000],"annual_growth_rate":[0.07],"holding_period":[10],"dividends":[true]},"legal_case.fetch":{"case_id":["LC12345"],"details":[true]},"park_information_2":{"park_name":["Yosemite National Park"],"information":[["Location","Established Year"]]}} {"get_collectables_in_season":{"game_name":["Animal Crossing"],"season":["Summer"],"item_type":["fish"]},"game_score.highest":{"game":["Fortnite"],"platform":["Playstation","PS"],"region":["Asia"]},"lawsuit_details.find":{"company_name":["Apple Inc."],"year":[2018],"case_type":[""]},"calculate_binomial_probability":{"number_of_trials":[10],"number_of_successes":[3],"probability_of_success":[0.7]}} {"lawsuits_search":{"company_name":["TechCorp"],"location":["San Francisco","SF"],"year":[2018],"case_type":["civil"]},"hilton_hotel.check_availability":{"location":["New York City","NYC"],"check_in_date":["2022-10-15","10/15/2022","Oct. 15, 2022"],"check_out_date":["2022-10-20","10/20/2022","Oct. 20, 2022"],"no_of_adults":[2],"hotel_chain":["Hilton",""]}} {"get_team_score_1":{"team_name":["Los Angeles Lakers","L.A. Lakers"],"league":["NBA"],"include_player_stats":[true]},"get_team_score_2":{"team_name":["Manchester United","Man United","Man Utd"],"league":["Premier League","EPL","English Premier League"],"include_player_stats":[true]},"weather.humidity_forecast_1":{"location":["New York","New York, NY","NYC"],"days":[5],"min_humidity":[60]},"weather.humidity_forecast_2":{"location":["London"],"days":[7],"min_humidity":[""]}} -{"create_player_profile":{"player_name":["DragonSlayer"],"class_type":["Warrior"],"starting_level":[5]},"concert.find_nearby":{"location":["New York, NY","NY","New York"],"genre":["Rock"]},"poker_probability.full_house":{"deck_size":[52],"hand_size":[5]},"calculate_slope_gradient":{"point1":[[40.7128,-74.006]],"point2":[[34.0522,-118.2437]],"unit":["degree"]}} +{"create_player_profile":{"player_name":["DragonSlayer"],"class_type":["Warrior"],"starting_level":[5]},"concert.find_nearby":{"location":["New York, NY","NY","New York"],"genre":["Rock"]},"poker_probability.full_house":{"deck_size":[52],"hand_size":[5]},"calculate_slope_gradient":{"point1":[[40.7128,-74.006]],"point2":[[34.0522,-118.2437]],"unit":["degree",""]}} {"sports_ranking_1":{"team":["New York Yankees","NY Yankees"],"league":["Major League Baseball","MLB"],"season":[2019]},"sports_ranking_2":{"team":["Los Angeles Lakers","LA Lakers"],"league":["National Basketball Association","NBA"],"season":[2020]},"air_quality_1":{"location":["Los Angeles","Los Angeles, California","LA"],"date":["2020-12-25","12/25/2020","Dec 25, 2020","December 25, 2020"]},"air_quality_2":{"location":["New York","New York, NY","NY"],"date":["2021-01-01","01/01/2021","Jan 1, 2021","January 1, 2021"]}} {"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":{"artist":["Auguste Rodin"],"title":["The Thinker"],"detail":["material",""]},"calculate_emissions":{"distance":[12000],"fuel_type":["diesel"],"fuel_efficiency":[25],"efficiency_reduction":[2]}} -{"restaurant.find_nearby_1":{"location":["New York, NY","NY","New York"],"cuisine":["Thai"],"max_distance":[10]},"restaurant_find_nearby_2":{"location":["New York, NY","NY","New York"],"cuisine":["Italian"],"max_distance":[10]},"ecology_data_precipitation_stats_1":{"location":["Amazon rainforest"],"time_frame":["year","1 year","12 months"]},"ecology_data_precipitation_stats_2":{"location":["Amazon rainforest"],"time_frame":["five_years","5 years"]}} +{"restaurant.find_nearby_1":{"location":["New York, NY","NY","New York"],"cuisine":["Thai"],"max_distance":[10]},"restaurant.find_nearby_2":{"location":["New York, NY","NY","New York"],"cuisine":["Italian"],"max_distance":[10]},"ecology_data.precipitation_stats_1":{"location":["Amazon rainforest"],"time_frame":["year","1 year","12 months"]},"ecology_data.precipitation_stats_2":{"location":["Amazon rainforest"],"time_frame":["five_years","5 years"]}} {"convert_currency_1":{"base_currency":["EUR","Euros"],"target_currency":["USD","US dollars"],"amount":[5000]},"ecology.get_turtle_population":{"location":["Galapagos Islands"],"year":[2018],"species":[true]},"map_service.get_directions":{"start":["New York","NY"],"end":["Los Angeles","LA"],"avoid":[["tolls","ferries"],["ferries","tolls"]]},"convert_currency_2":{"base_currency":["GBP","British Pounds"],"target_currency":["JPY","Japanese Yen"],"amount":[3000]}} -{"get_current_time_1":{"location":["Tokyo"],"country":["Japan","JP"],"timezone":["Asia/Tokyo"]},"get_current_time_2":{"location":["New York","NY"],"country":["United States","US","USA"],"timezone":["America/New_York"]},"get_stock_info_1":{"company_name":["Microsoft"],"detail_level":["detailed"],"market":["NASDAQ"]},"get_stock_info_2":{"company_name":["Apple"],"detail_level":["summary"],"market":["NASDAQ"]}} +{"get_current_time_1":{"location":["Tokyo"],"country":["Japan","JP"],"timezone":["Asia/Tokyo"]},"get_current_time_2":{"location":["New York","NY"],"country":["United States","US","USA"],"timezone":["America/New_York"]},"get_stock_info_1":{"company_name":["Microsoft"],"detail_level":["detailed"],"market":["NASDAQ",""]},"get_stock_info_2":{"company_name":["Apple"],"detail_level":["summary"],"market":["NASDAQ",""]}} {"hotel_booking":{"hotel_name":["Hilton"],"location":["Los Angeles, CA","LA, CA","Los Angeles, California"],"start_date":["2022-05-01","05/01/2022","May 1, 2022"],"end_date":["2022-05-10","05/10/2022","May 10, 2022"],"rooms":[2]},"get_time_difference":{"place1":["New York, NY","NY, NY","New York, New York"],"place2":["Los Angeles, CA","LA, CA","Los Angeles, California"]},"calculate_bmi":{"weight":[75],"height":[180],"system":["metric", ""]},"sentiment_analysis":{"text":["I had a wonderful day at the beach. The weather was perfect and I enjoyed a delicious ice cream."],"language":["English"]}} {"history.get_key_events":{"country":["France"],"start_year":[1800],"end_year":[1900],"event_type":[["War","Economy"]]},"get_sculpture_value_1":{"sculpture":["The Thinker"],"artist":["Auguste Rodin"],"year":[""]},"get_sculpture_value_2":{"sculpture":["The Kiss"],"artist":["Auguste Rodin"],"year":[1882]}} -{"locate_tallest_mountains":{"location":["Tokyo"],"radius":[200],"amount":[5]},"calculate_entropy_change":{"initial_temp":[300],"final_temp":[350],"heat_capacity":[1.5],"isothermal":[""]},"get_event_date":{"event":["Battle of Waterloo"],"location":["Belgium"]}} +{"locate_tallest_mountains":{"location":["Tokyo"],"radius":[200],"amount":[5]},"calculate_entropy_change":{"initial_temp":[300],"final_temp":[350],"heat_capacity":[1.5],"isothermal":["",true]},"get_event_date":{"event":["Battle of Waterloo"],"location":["Belgium"]}} {"update_user_info":{"user_id":[12345],"update_info":[{"name":["John Doe"],"email":["johndoe@example.com"]}],"database":["CustomerInfo",""]},"soccer.get_last_match":{"team_name":["Manchester United","Man United","Man U","MUFC"],"include_stats":[true]},"US_president.in_year":{"year":[1980],"full_name":[true]},"find_card_in_deck":{"rank":["Ace"],"suit":["Spades"]}, "deck":[[],""]} -{"get_discoverer":{"discovery":["Higgs Boson","higgs boson"],"detail":[true]},"diabetes_prediction":{"weight":[180],"height":[71],"activity_level":["moderately active"]},"museum_working_hours.get":{"museum":["Louvre","the Louvre museum"],"location":["Paris","Paris, France"],"day":["Monday","monday"]}} +{"get_discoverer":{"discovery":["Higgs Boson","higgs boson","Higgs Boson particle"],"detail":[true]},"diabetes_prediction":{"weight":[180],"height":[71],"activity_level":["moderately active"]},"museum_working_hours.get":{"museum":["Louvre","the Louvre museum"],"location":["Paris","Paris, France"],"day":["Monday","monday",""]}} {"math.gcd":{"num1":[48],"num2":[36]},"historical_contrib.get_contrib":{"scientist":["Albert Einstein"],"date":["1905-05-14","05/14/1905","May 14, 1905"],"category":["Physics"]},"music.calculate_note_duration":{"first_note_frequency":[440],"second_note_frequency":[880],"tempo":[100]}} {"prob_dist.binomial":{"trials":[20],"successes":[10],"p":[0.6]},"calculate_paint_needed":{"coverage_rate":[350],"length":[12],"height":[8]},"musical_scale":{"key":["D"],"scale_type":["minor"]}} -{"card_game_probability.calculate_1":{"total_cards":[52],"desired_cards":[13],"cards_drawn":[1]},"card_game_probability.calculate_2":{"total_cards":[52],"desired_cards":[4],"cards_drawn":[1]},"get_sculpture_info":{"artist_name":["Pablo Picasso"],"year":[""],"detail":[true]},"find_exhibition":{"location":["New York, NY","NY","New York"],"art_form":["sculpture"],"month":["December","12","12/2022","Dec","Dec."],"user_ratings":["high"]}} +{"card_game_probability.calculate_1":{"total_cards":[52],"desired_cards":[13],"cards_drawn":[1,""]},"card_game_probability.calculate_2":{"total_cards":[52],"desired_cards":[4],"cards_drawn":[1,""]},"get_sculpture_info":{"artist_name":["Pablo Picasso"],"year":[""],"detail":[true]},"find_exhibition":{"location":["New York, NY","NY","New York"],"art_form":["sculpture"],"month":["December","12","12/2022","Dec","Dec."],"user_ratings":["high"]}} {"analyze_structure_1":{"building_id":["B1234"],"floors":[[1,2,3,4]],"mode":["dynamic"]},"player_statistic_1":{"player_name":["Michael Jordan"],"year":[1996],"team_name":[""]},"analyze_structure_2":{"building_id":["B5678"],"floors":[[5,6,7,8]],"mode":["static"]},"player_statistic_2":{"player_name":["LeBron James"],"year":[2018],"team_name":["Los Angeles Lakers","Lakers"]}} -{"metropolitan_museum.get_top_artworks_1":{"number":[10],"sort_by":["popularity"]},"metropolitan_museum.get_top_artworks_2":{"number":[5],"sort_by":["chronological"]},"lawsuit_search_1":{"company":["Google"],"start_date":["2020-01-01","01/01/2020","Jan 1, 2020"],"location":["California","CA"],"status":["ongoing"]},"lawsuit_search_2":{"company":["Microsoft"],"start_date":["2018-01-01","01/01/2018","Jan 1, 2018"],"location":["New York","NY"],"status":["settled"]}} +{"metropolitan_museum.get_top_artworks_1":{"number":[10],"sort_by":["popularity"]},"metropolitan_museum.get_top_artworks_2":{"number":[5],"sort_by":["chronological"]},"lawsuit_search_1":{"company":["Google"],"start_date":["2020-01-01","01/01/2020","Jan 1, 2020"],"location":["California","CA"],"status":["ongoing",""]},"lawsuit_search_2":{"company":["Microsoft"],"start_date":["2018-01-01","01/01/2018","Jan 1, 2018"],"location":["New York","NY"],"status":["settled"]}} {"identify_color_rgb":{"color_name":["Cerulean"],"standard":["pantone","Pantone"]},"guitar_price.find":{"model":["Fender Stratocaster"],"condition":["Good"],"location":["Los Angeles","LA","Los Angeles, CA","Los Angeles, California"]},"board_game.chess.get_top_players":{"location":["New York","NY","New York, NY","New York, New York"],"minimum_rating":[2200],"number_of_players":[15]}} {"get_defense_ranking":{"season":[2018],"top":[5]},"array_sort":{"list":[[23,45,12,89,34,67,29]],"order":["descending"]},"calculate_cagr":{"initial_value":[5000],"final_value":[15000],"period_in_years":[7]}} {"calculate_binomial_probability":{"number_of_trials":[20],"number_of_successes":[5],"probability_of_success":[0.25]},"sports_ranking.get_top_player":{"sport":["basketball"],"gender":["female","women"]},"find_instrument":{"budget":[500],"type":["guitar"],"make":["Fender"]},"electromagnetic_force":{"charge1":[2],"charge2":[3],"distance":[0.5],"medium_permittivity":[8.854e-12,""]}} {"vegan_restaurant.find_nearby":{"location":["San Francisco, CA","San Francisco"],"operating_hours":[22]},"hotel_booking":{"location":["San Francisco, CA","San Francisco"],"room_type":["deluxe"],"duration":[3],"start_date":["July 1st","2023-07-01","07/01/2023"],"preferences":[["pet_friendly","gym"]]},"sports_team.get_schedule":{"team_name":["Golden State Warriors"],"num_of_games":[5],"league":["NBA"],"location":[""]},"find_card_in_deck":{"rank":["Queen"],"suit":["Hearts"],"deck":[""]}} {"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":["San Francisco","San Francisco, CA"],"minimum_rating":[2500],"number_of_players":[5]},"get_historical_GDP":{"country":["Japan"],"start_year":[2000],"end_year":[2020]}} -{"find_card_in_deck":{"rank":["King"],"suit":["Hearts","hearts"],"deck":[""]},"currency_exchange.convert":{"base_currency":["Euros","EUR"],"target_currency":["US dollars","USD"],"amount":[100]},"recipe.unit_conversion":{"value":[2],"from_unit":["cups","cup"],"to_unit":["tablespoons","tablespoon"],"precision":[""]},"local_nursery.find":{"location":["San Francisco","San Francisco, California","SF"],"plant_types":[["Annual","Tree"]]}} +{"find_card_in_deck":{"rank":["King"],"suit":["Hearts","hearts"],"deck":[""]},"currency_exchange.convert":{"base_currency":["Euros","EUR"],"target_currency":["US dollars","USD"],"amount":[100]},"recipe.unit_conversion":{"value":[2],"from_unit":["cups","cup"],"to_unit":["tablespoons","tablespoon"],"precision":[0,""]},"local_nursery.find":{"location":["San Francisco","San Francisco, California","SF"],"plant_types":[["Annual","Tree"]]}} {"find_recipe":{"dietary_restrictions":["vegan"],"recipe_type":["main course"],"time":[45]},"poker_probability.full_house":{"deck_size":[52],"hand_size":[5]},"hospital.locate":{"location":["Denver, CO","Denver","CO"],"radius":[10],"department":["Emergency"]}} {"get_scientist_for_discovery":{"discovery":["Relativity Theory"]},"flight.book":{"departure_location":["Los Angeles","LAX","Los Angeles, CA"],"destination_location":["New York","NY","New York, NY"],"date":["2022-12-25","12/25/2022","Dec 25, 2022"],"time":["10:00 AM"],"direct_flight":[true]},"game_stats.fetch_player_statistics":{"game":["Call of Duty"],"username":["gamer123"],"platform":["PlayStation","PS"]},"event_finder.find_upcoming":{"location":["San Francisco, CA","San Francisco"],"genre":["rock"],"days_ahead":[14]}} {"plot_sine_wave":{"start_range":[0],"end_range":[10],"frequency":[5],"amplitude":[2],"phase_shift":[1]},"random_forest.train":{"n_estimators":[200],"max_depth":[10],"data":["dataset"]},"soccer.get_last_match":{"team_name":["Manchester United"],"include_stats":[true]},"building.get_dimensions":{"building_name":["Empire State Building"],"unit":["feet","ft"]}} {"multiplayer_game_finder":{"platform":["Windows 10"],"rating":[4],"genre":["Action"]},"calculate_area_under_curve":{"function":["x^2"],"interval":[[0,5]],"method":["trapezoidal"]},"geo_distance.calculate":{"start_location":["Los Angeles","Los Angeles, CA","LA"],"end_location":["New York","New York, NY","NYC"],"units":["kilometers","km"]},"send_email":{"to":["john.doe@example.com"],"subject":["Meeting Reminder"],"body":["Do not forget about our meeting tomorrow at 10 AM"],"cc":["jane.doe@example.com"],"bcc":[""]}} -{"recipe_info.get_calories":{"website":["AllRecipes"],"recipe":["Chicken Alfredo"],"optional_meal_time":["Dinner",""]},"get_stock_price":{"company_names":[["Apple","Microsoft","Tesla"]]},"get_team_ranking":{"team_name":["Brazil"],"year":[2018],"gender":["men"]}} +{"recipe_info.get_calories":{"website":["AllRecipes"],"recipe":["Chicken Alfredo"],"optional_meal_time":["Dinner",""]},"get_stock_price":{"company_names":[["Apple","Microsoft","Tesla"]]},"get_team_ranking":{"team_name":["Brazil"],"year":[2018],"gender":["men",""]}} {"recipe_search":{"dietary_restriction":["Vegetarian"],"ingredients":[["potatoes","carrots","onions"]],"servings":[4]},"detailed_weather_forecast":{"location":["New York","NY"],"duration":[12],"include_precipitation":[true]},"get_time_difference":{"place1":["New York","NY"],"place2":["Tokyo"]}} -{"find_recipe_1":{"dietary_restrictions":["vegan"],"recipe_type":["main course"],"time":[30]},"science_history.get_discovery_details_1":{"discovery":["Gravity"],"method_used":["default",""]},"science_history.get_discovery_details_2":{"discovery":["Higgs Boson"],"method_used":["default",""]},"find_recipe_2":{"dietary_restrictions":["gluten free"],"recipe_type":["dessert"],"time":[45]}} +{"find_recipe_1":{"dietary_restrictions":["vegan"],"recipe_type":["main course"],"time":[30]},"science_history.get_discovery_details_1":{"discovery":["Gravity"],"method_used":["default",""]},"science_history.get_discovery_details_2":{"discovery":["Higgs Boson","Higgs Boson particle"],"method_used":["default",""]},"find_recipe_2":{"dietary_restrictions":["gluten free"],"recipe_type":["dessert"],"time":[45]}} {"timezone.convert_1":{"time":["2pm"],"from_timezone":["New York","NY","America/New_York"],"to_timezone":["London","Europe/London"]},"timezone.convert_2":{"time":["2pm"],"from_timezone":["New York","NY","America/New_York"],"to_timezone":["Tokyo","Asia/Tokyo"]},"calculate_emission_savings":{"energy_type":["solar"],"usage_duration":[12],"region":["California","CA"]}} diff --git a/data/possible_answer/gorilla_openfunctions_v1_test_simple.json b/data/possible_answer/gorilla_openfunctions_v1_test_simple.json index d01489df70..0dac1a7f9a 100644 --- a/data/possible_answer/gorilla_openfunctions_v1_test_simple.json +++ b/data/possible_answer/gorilla_openfunctions_v1_test_simple.json @@ -27,7 +27,7 @@ {"calculate_velocity":{"distance":[50],"duration":[2],"unit":["","km/h"]}} {"final_velocity":{"initial_velocity":[10],"acceleration":[2],"time":[5]}} {"calculate_displacement":{"initial_velocity":[10],"time":[5],"acceleration":[9.8]}} -{"calculate_final_speed":{"initial_speed":[0],"time":[5],"gravity":[-9.81,""]}} +{"calculate_final_speed":{"initial_speed":[0, ""],"time":[5],"gravity":[-9.81,""]}} {"kinematics.final_velocity_from_distance":{"acceleration":[4],"distance":[300],"initial_velocity":["",0.00]}} {"calculate_final_velocity":{"initial_velocity":[0],"acceleration":[9.8],"time":[5]}} {"calculate_final_speed":{"initial_velocity":[0],"height":[100],"gravity":[9.8,""]}} @@ -81,7 +81,7 @@ {"find_restaurants":{"location":["Manhattan, New York City", "Manhattan", "Manhattan, New York"],"food_type":["Thai"],"number":[5],"dietary_requirements":[["vegan"],["Vegan"]]}} {"map_routing.fastest_route":{"start_location":["San Francisco","SF"],"end_location":["Los Angeles","LA"],"avoid_tolls":[true]}} {"calculate_average":{"numbers":[[12.0,15.0,18.0,20.0,21.0,26.0,30.0]]}} -{"calculate_distance":{"coord1":[[[33.4484,-112.074],[33.4484,112.074]]],"coord2":[[34.0522,-118.2437],[34.0522,118.2437]],"unit":["miles"]}} +{"calculate_distance":{"coord1":[[33.4484,-112.074]],"coord2":[[34.0522,-118.2437]],"unit":["miles"]}} {"calculate_bmi":{"weight":[85],"height":[180],"unit":["metric",""]}} {"geo_distance.calculate":{"start_location":["Boston, MA"],"end_location":["Washington, D.C."],"units":["miles",""]}} {"city_distance.find_shortest":{"start_city":["New York"],"end_city":["Los Angeles"],"transportation":["train"],"allow_transfer":[true]}} @@ -89,7 +89,7 @@ {"calculate_BMI":{"weight_kg":[70],"height_m":[1.75]}} {"db_fetch_records":{"database_name":["StudentDB"],"table_name":["students"],"conditions":[{"department":["Science"],"school":["Bluebird High School","Bluebird HS"]}],"fetch_limit":["",0]}} {"employee.fetch_data":{"company_name":["ABC Ltd."],"employee_id":[345],"data_field":[["Personal Info","Job History"]]}} -{"get_restaurant":{"cuisine":["sushi"],"location":["Boston"],"condition":["open on Sundays"]}} +{"get_restaurant":{"cuisine":["sushi"],"location":["Boston"],"condition":["open on Sundays","opens on Sundays"]}} {"imdb.find_movies_by_actor":{"actor_name":["Leonardo DiCaprio"],"year":[2010],"category":["","all"]}} {"get_theater_movie_releases":{"location":["LA"],"timeframe":[7],"format":["IMAX"]}} {"update_user_info":{"user_id":[43523],"update_info":[{"name":["John Doe"],"email":["johndoe@email.com"]}],"database":["CustomerInfo",""]}} @@ -100,7 +100,7 @@ {"plot_sine_wave":{"start_range":[0],"end_range":[6.283185307179586],"frequency":[5],"amplitude":[1,""],"phase_shift":[0,""]}} {"light_travel_time":{"distance_in_light_years":[4],"speed_of_light":[299792458,""]}} {"calculate_speed":{"distance":[450],"time":[20],"to_unit":["km/h"]}} -{"calculate_distance":{"body1":["Earth"],"body2":["Moon"],"unit":["mi"]}} +{"calculate_distance":{"body1":["Earth"],"body2":["Moon"],"unit":["mi","miles","mile"]}} {"mathematics.calculate_area_under_curve":{"polynomial":[[3.0,2.0,-4.0]],"limits":[[-1.0,2.0]]}} {"geometry.area_triangle":{"base":[6],"height":[10],"unit":["","square meters"]}} {"math.power":{"base":[3],"exponent":[4],"mod":["",1]}} @@ -116,7 +116,7 @@ {"calculate_binomial_probability":{"number_of_trials":[8],"number_of_successes":[5],"probability_of_success":["", 0.5]}} {"probabilities.calculate_single":{"total_outcomes":[52],"event_outcomes":[4],"round":[2,""]}} {"probability_of_event":{"success_outcomes":[13],"total_outcomes":[52],"format_as_ratio":[true]}} -{"stats.t_test":{"array":[[10,15,12,14,11]],"array_2":[[18,16,17,20,22]],"alpha":[0.05]}} +{"stats.t_test":{"array_1":[[10,15,12,14,11]],"array_2":[[18,16,17,20,22]],"alpha":[0.05]}} {"hypothesis_testing.ttest_ind":{"sample1":[[22,33,42,12,34]],"sample2":[[23,45,44,14,38]],"significance_level":[0.05]}} {"run_two_sample_ttest":{"group1":[[3,4,5,6,4]],"group2":[[7,8,9,8,7]],"equal_variance":[true]}} {"calc_binomial_prob":{"num_trials":[100],"num_success":[60],"prob_success":[0.5]}} @@ -162,7 +162,7 @@ {"crime_statute_lookup":{"jurisdiction":["California","CA"],"crime":["theft"],"detail_level":["detailed"]}} {"generate_law_contract":{"parties":[["John","Alice"],["John","Alice"]],"contract_type":["Rental Agreement","rental agreement"],"location":["California","CA"]}} {"property_records.get":{"address":["123 main street"],"parcel_number":["1234567890"],"county":["Santa Clara"],"include_owner":[true]}} -{"get_crime_rate":{"city":["San Francisco"],"state":["California"],"type":["violent",""],"year":[2020]}} +{"get_crime_rate":{"city":["San Francisco"],"state":["California","CA"],"type":["violent",""],"year":[2020]}} {"civil_cases.retrieve":{"year":[2020],"crime_type":["theft"],"location":["Los Angeles","Los Angeles, California"]}} {"lawyer.find_nearby":{"city":["Chicago, IL.", "Chicago, IL"],"specialty":[["Divorce"]],"fee":[400]}} {"law.civil.get_case_details":{"case_title":["Roe v. Wade"],"include_dissent":[true]}} @@ -186,7 +186,7 @@ {"detailed_weather_forecast":{"location":["New York","New York, USA"],"duration":[72],"include_precipitation":[true]}} {"current_weather_condition":{"city":["Tokyo"],"country":["Japan"],"measurement":["c",""]}} {"get_current_weather":{"location":["Seattle","Seattle, Washington"],"include_temperature":[true,""],"include_humidity":[true,""]}} -{"weather.humidity_forecast":{"location":["Miami"],"days":[7],"min_humidity":["",0]}} +{"weather.humidity_forecast":{"location":["Miami","Miami, Florida"],"days":[7],"min_humidity":["",0]}} {"weather_forecast_detailed":{"location":["New York","New York, USA"],"days":[3],"details":[true]}} {"park_information":{"park_name":["Yellowstone","Yellowstone National Park"],"information":[["Elevation","Area"],["Area","Elevation"]]}} {"locate_tallest_mountains":{"location":["Denver, Colorado","Denver","CO"],"radius":[50],"amount":[5]}} @@ -206,7 +206,7 @@ {"get_traffic_info":{"start_location":["Boston"],"end_location":["New York","NYC"],"mode":["driving",""]}} {"parks.find_nearby":{"location":["London","London, UK"],"amenities":[["Tennis Court"]]}} {"calculate_shortest_distance":{"start_location":["New York, USA","New York City","New York City, NY","NYC","NY"],"end_location":["Miami, USA","Miami","Miami, FL","FL"],"route_preference":["Shortest"]}} -{"map_service.get_directions":{"start":["New York","NYC"],"end":["Los Angeles","LA"],"avoid":[["highways","tolls"]]}} +{"map_service.get_directions":{"start":["New York","NYC"],"end":["Los Angeles","LA"],"avoid":[["highways","tolls"],["tolls","highways"]]}} {"public_library.find_nearby":{"location":["Boston, MA","Boston, Massachusetts"],"facilities":[["Fiction","Wi-Fi"],["Wi-Fi","Fiction"]]}} {"get_news":{"topic":["Bitcoin"],"quantity":[5],"region":["US",""]}} {"send_email":{"to":["john.doe@example.com"],"subject":["Meeting"],"body":["Let's meet at 10 AM tomorrow","Let's meet at 10 AM tomorrow."],"cc":[""],"bcc":[""]}} @@ -216,7 +216,7 @@ {"movie_details.brief":{"title":["Interstellar"],"extra_info":["",false]}} {"sentiment_analysis":{"text":["I love the food here! It's always fresh and delicious."],"language":["english","English","en"]}} {"fMRI.analyze":{"data_source":["~/data/myfMRI.nii"],"sequence_type":["multi-band"],"smooth":[6],"voxel_size":[2]}} -{"patient.get_mri_report":{"patient_id":["546382"],"mri_type":["brain"],"status":["concluded"]}} +{"patient.get_mri_report":{"patient_id":["546382"],"mri_type":["brain",""],"status":["concluded"]}} {"get_neuron_coordinates":{"neuron_type":["GABA"],"brain_region":["All","all part of the brain","entire brain"]}} {"calculate_neuronal_activity":{"input_synaptic_rate":[200],"weight":[0.5],"decay_rate":[0.1]}} {"population_growth_estimate":{"location":["London"],"years":[5],"rate":["", 1.2]}} @@ -253,7 +253,7 @@ {"get_religion_history":{"religion":["Christianity"],"century":[16],"sort_by":["importance"],"count":[10]}} {"retrieve_religion_info":{"religion_name":["Buddhism"],"detail_level":["full"]}} {"get_religion_history":{"religion":["Christianity"],"start_year":[300],"end_year":[400],"event_type":["all",""]}} -{"religious_history.get_papal_biography":{"papal_name":["Innocent III"],"include_contributions":[true]}} +{"religious_history.get_papal_biography":{"papal_name":["Innocent III","Pope Innocent III"],"include_contributions":[true]}} {"generate_circle_image":{"radius":[50],"color":["Red"],"background":["","white"]}} {"identify_color_rgb":{"color_name":["Sea Green"],"standard":["basic",""]}} {"mix_paint_color":{"color1":["yellow"],"color2":["blue"],"lightness":[60]}} @@ -278,7 +278,7 @@ {"museum_info":{"museum":["The British Museum"],"date":["this weekend","2023-06-20","06/20/2023","Jun.20,2023"],"information":[["opening_hours","ticket_price"],["ticket_price","opening_hours"]]}} {"get_instrument_details":{"instrument":["piano"],"manufacturer":["Yamaha"],"features":[["price","rating"]]}} {"instrument_price.get":{"brand":["Fender"],"model":["American Professional II Stratocaster"],"finish":["Rosewood"]}} -{"find_instrument":{"budget":[1000],"type":["acoustic"],"make":["Violin","violin"]}} +{"find_instrument":{"budget":[1000],"type":["acoustic"],"make":[""]}} {"get_instrument_info":{"name":["Violin"],"maker":["Stradivarius"],"year":[1721]}} {"find_flute":{"brand":["Yamaha"],"specs":[["open hole","C foot","silver headjoint"]]}} {"guitar_price.find":{"model":["Gibson Les Paul"],"condition":["Excellent"],"location":["Chicago","Chicago, IL","Chicago, Illinois"]}} @@ -318,10 +318,10 @@ {"get_team_rank":{"team_name":["LA Lakers"],"league":["NBA"],"season":["2021"],"type":["regular"]}} {"get_team_ranking":{"team_name":["Germany"],"year":[2021],"gender":["men",""]}} {"sports_ranking":{"team":["Manchester United","Man United","Man U","MUFC"],"league":["Premier League"],"season":[""]}} -{"sports_ranking.get_team_position":{"team":["Golden State Warriors","GSW"],"season":["current","2022-2023"],"detailed":[true]}} +{"sports_ranking.get_team_position":{"team":["Golden State Warriors","GSW"],"season":["2022-2023"],"detailed":[true]}} {"sports_ranking":{"team":["Barcelona","FC Barcelona"],"league":["La Liga"],"season":["2021"]}} {"sports_ranking.get_current":{"team":["Liverpool Football Club","Liverpool","LFC"],"league":["Premier League","EPL","English Premier League"],"season":[""]}} -{"sports_ranking.get_top_player":{"sport":["tennis"],"gender":["women","female","ladies"]}} +{"sports_ranking.get_top_player":{"sport":["tennis"],"gender":["woman"]}} {"team_score.get_latest":{"team":["Los Angeles Lakers","Lakers"],"include_opponent":[true]}} {"sports.match_results":{"team1":["Chicago Bulls"],"team2":["Los Angeles Lakers"],"season":[""]}} {"get_team_score":{"team_name":["Los Angeles Lakers","Lakers"],"league":["NBA"],"include_player_stats":["",true,false]}} @@ -352,7 +352,7 @@ {"multiplayer_game_finder":{"platform":["Windows 10"],"rating":[4.5],"genre":["","Action"]}} {"gamespot.getAverageUserScore":{"game_name":["The Legend of Zelda: Breath of the Wild"],"platform":["Nintendo Switch","all platforms"]}} {"find_recipes":{"diet":["gluten-free"],"meal_type":["dinner"],"ingredients":[""]}} -{"get_vegan_recipe":{"dish_type":["soup"],"cooking_time":[30],"ingredient_preference":[["vegan"]]}} +{"get_vegan_recipe":{"dish_type":["soup"],"cooking_time":[30],"ingredient_preference":[""]}} {"recipe_info.get_calories":{"website":["Foodnetwork.com"],"recipe":["Beef Lasagna"],"optional_meal_time":[""]}} {"recipe_finder.find":{"servings":[2],"diet":["vegan"],"prep_time":[30]}} {"get_recipe":{"dish_name":["chocolate cake","vegan chocolate cake"],"diet_preference":["vegan"]}} @@ -385,7 +385,7 @@ {"hotel_booking.book":{"city":["Paris","Paris, France"],"from_date":["07-10-2022","2022-07-10","10/07/2022","Jul.10,2022"],"to_date":["07-20-2022","2022-07-20","20/07/2022","Jul.20,2022"],"adults":[2],"children":[1],"room_type":["Standard",""]}} {"hotel_bookings.book_room":{"location":["Los Angeles","Los Angeles, CA","LA"],"room_type":["King Size","king size"],"check_in_date":["15-10-2023","15th October","2023-10-15","10/15/2023","Oct.15,2023"],"no_of_nights":[2],"no_of_rooms":["",1]}} {"book_hotel":{"hotel_name":["Hotel Paradise"],"location":["Las Vegas","LV"],"room_type":["luxury","Luxury"],"start_date":["05-12-2022","2022-05-12","12/05/2022","May.12,2022","May 12, 2022"],"stay_duration":[3],"view":["city view","city"]}} -{"hotel_booking":{"hotel_name":["Plaza Hotel"],"location":["New York","New York City","New York City, NY","NYC","NY"],"start_date":["2022-06-01","06/01/2022","Jun.1,2022"],"end_date":["2022-06-04","06/04/2022","Jun.4,2022"],"rooms":[1,""]}} +{"hotel_booking":{"hotel_name":["Plaza Hotel"],"location":["New York City, NY", "New York, NY"],"start_date":["2022-06-01","06/01/2022","Jun.1,2022"],"end_date":["2022-06-04","06/04/2022","Jun.4,2022"],"rooms":[1,""]}} {"currency_exchange.convert":{"base_currency":["USD"],"target_currency":["CAD"],"amount":[500]}} {"currency_converter":{"base_currency":["USD"],"target_currency":["GBP"],"amount":[200.00]}} {"currency_conversion.convert":{"amount":[150],"from_currency":["EUR","Euros"],"to_currency":["CAD","Canadian dollars"]}} @@ -395,6 +395,6 @@ {"maps.get_distance_duration":{"start_location":["Eiffel Tower"],"end_location":["Louvre Museum"],"traffic":["",false]}} {"parking_lot.find_nearest":{"location":["Central Park, NY"],"radius":[2],"type":["public",""]}} {"hospital.locate":{"location":["Denver, Colorado","Denver, CO"],"radius":[5],"department":["Pediatrics"]}} -{"distance_calculator.calculate":{"origin":["New York","New York City","New York City, NY","NYC"],"destination":["Boston"],"consider_terrain":[true]}} +{"distance_calculator.calculate":{"origin":["New York","New York City","New York City, NY", "New York, NY","NYC"],"destination":["Boston"],"consider_terrain":[true]}} {"get_museum_hours":{"museum_name":["Metropolitan Museum of Art","The Met"],"day":["Saturday"]}} {"restaurant_search":{"location":["New York City","New York City, NY","NYC"],"cuisine":["Italian"],"rating":[4],"accepts_credit_cards":[true]}} diff --git a/eval_checker/rest-eval-response_v5.jsonl b/eval_checker/rest-eval-response_v5.jsonl index 201ef65534..3e385eedc3 100644 --- a/eval_checker/rest-eval-response_v5.jsonl +++ b/eval_checker/rest-eval-response_v5.jsonl @@ -34,7 +34,7 @@ {"status": "success", "country": "USA", "query": "169.229.48.124"} {"country": "Estados Unidos", "query": "169.229.48.124"} {"type": "FeatureCollection", "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "features": [{"type": "Feature", "properties": {"place_id": 304643521, "osm_type": "way", "osm_id": 703457552, "display_name": "Rexford Court, Georgetown, Montgomery, Montgomery County, Alabama, 36123, United States", "place_rank": 26, "category": "highway", "type": "residential", "importance": 0.5100099999999999}, "bbox": [-86.2167202, 32.3371057, -86.2155047, 32.3374755], "geometry": {"type": "Point", "coordinates": [-86.2161153, 32.3374755]}}]} -[{"place_id": 287039043, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "relation", "osm_id": 7037898, "boundingbox": ["36.6172702", "36.6189175", "-121.9025055", "-121.900697"], "lat": "36.61808885", "lon": "-121.90167202803043", "display_name": "Monterey Bay Aquarium, 886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "tourism", "type": "aquarium", "importance": 0.9179462060683613}, {"place_id": 287038802, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 9191992216, "boundingbox": ["36.6181861", "36.6182861", "-121.9013378", "-121.9012378"], "lat": "36.6182361", "lon": "-121.9012878", "display_name": "886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "amenity", "type": "restaurant", "importance": 0.5200099999999999}, {"place_id": 287038759, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 9892264362, "boundingbox": ["36.6175066", "36.6176066", "-121.9015312", "-121.9014312"], "lat": "36.6175566", "lon": "-121.9014812", "display_name": "886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "amenity", "type": "vending_machine", "importance": 0.5200099999999999}, {"place_id": 287039728, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 5317429170, "boundingbox": ["36.6177206", "36.6178206", "-121.9014033", "-121.9013033"], "lat": "36.6177706", "lon": "-121.9013533", "display_name": "886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "amenity", "type": "toilets", "importance": 0.5200099999999999}] +[{"place_id": 287039043, "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "relation", "osm_id": 7037898, "boundingbox": ["36.6172702", "36.6189175", "-121.9025055", "-121.900697"], "lat": "36.61808885", "lon": "-121.90167202803043", "display_name": "Monterey Bay Aquarium, 886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "tourism", "type": "aquarium", "importance": 0.9179462060683613}, {"place_id": 348519161, "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 11755673416, "boundingbox": ["36.6184925", "36.6185925", "-121.9020993", "-121.9019993"], "lat": "36.6185425", "lon": "-121.9020493", "display_name": "Kelp Forest, 886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "tourism", "type": "attraction", "importance": 0.5200099999999999}, {"place_id": 287038802, "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 9191992216, "boundingbox": ["36.6181861", "36.6182861", "-121.9013378", "-121.9012378"], "lat": "36.6182361", "lon": "-121.9012878", "display_name": "886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "amenity", "type": "restaurant", "importance": 0.5200099999999999}, {"place_id": 287038759, "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 9892264362, "boundingbox": ["36.6175066", "36.6176066", "-121.9015312", "-121.9014312"], "lat": "36.6175566", "lon": "-121.9014812", "display_name": "886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "amenity", "type": "vending_machine", "importance": 0.5200099999999999}, {"place_id": 287039728, "licence": "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 5317429170, "boundingbox": ["36.6177206", "36.6178206", "-121.9014033", "-121.9013033"], "lat": "36.6177706", "lon": "-121.9013533", "display_name": "886, Cannery Row, Ocean View Plaza, New Monterey, Monterey, Monterey County, California, 93940, United States", "class": "amenity", "type": "toilets", "importance": 0.5200099999999999}] [{"place_id": 340347078, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "node", "osm_id": 2192620021, "boundingbox": ["37.4217136", "37.4218136", "-122.084664", "-122.084564"], "lat": "37.4217636", "lon": "-122.084614", "display_name": "Google Headquarters, 1600, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States", "class": "office", "type": "it", "importance": 1.304935675921029}, {"place_id": 287192614, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "way", "osm_id": 23733659, "boundingbox": ["37.4221124", "37.4228508", "-122.0859868", "-122.0851511"], "lat": "37.42248575", "lon": "-122.08558456613565", "display_name": "Google Building 41, 1600, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States", "class": "building", "type": "commercial", "importance": 0.6100099999999999}] [{"place_id": 287162096, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "way", "osm_id": 630112789, "boundingbox": ["37.4266528", "37.4268497", "-122.159663", "-122.1595915"], "lat": "37.4267423", "lon": "-122.1596565", "display_name": "Jane Stanford Way, Rains Houses, Stanford, Santa Clara County, California, 94305, United States", "class": "highway", "type": "tertiary", "importance": 0.8300099999999999}, {"place_id": 287162151, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "way", "osm_id": 678227662, "boundingbox": ["37.4269103", "37.4272735", "-122.1616477", "-122.1599927"], "lat": "37.4270967", "lon": "-122.1608139", "display_name": "Jane Stanford Way, Rains Houses, Stanford, Santa Clara County, California, 94305, United States", "class": "highway", "type": "residential", "importance": 0.8300099999999999}, {"place_id": 287161461, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "way", "osm_id": 31705613, "boundingbox": ["37.4272735", "37.4280563", "-122.1653563", "-122.1616477"], "lat": "37.4277203", "lon": "-122.1637652", "display_name": "Jane Stanford Way, Rains Houses, Stanford, Santa Clara County, California, 94305, United States", "class": "highway", "type": "unclassified", "importance": 0.8300099999999999}, {"place_id": 287162169, "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "osm_type": "way", "osm_id": 23693550, "boundingbox": ["37.4280563", "37.4283021", "-122.1665401", "-122.1653563"], "lat": "37.4282659", "lon": "-122.1663604", "display_name": "Jane Stanford Way, Stanford, Santa Clara County, California, 94305, United States", "class": "highway", "type": "unclassified", "importance": 0.8300099999999999}] {"type": "FeatureCollection", "licence": "Data \u00a9 OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright", "features": [{"type": "Feature", "properties": {"place_id": 287192750, "osm_type": "way", "osm_id": 23733663, "place_rank": 30, "category": "building", "type": "commercial", "importance": 9.99999999995449e-06, "addresstype": "building", "name": "Google Building 40", "display_name": "Google Building 40, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States", "address": {"building": "Google Building 40", "road": "Amphitheatre Parkway", "city": "Mountain View", "county": "Santa Clara County", "state": "California", "ISO3166-2-lvl4": "US-CA", "postcode": "94043", "country": "United States", "country_code": "us"}}, "bbox": [-122.0849617, 37.4220644, -122.0827584, 37.422683], "geometry": {"type": "Point", "coordinates": [-122.08414601465464, 37.42236555]}}]}