From 7b9c8230fcc4edc2d4e364d3743a1ed7f14a37d5 Mon Sep 17 00:00:00 2001 From: divijmuthu Date: Sat, 26 Oct 2024 13:34:53 -0700 Subject: [PATCH] Rename BFCL_v3_irrelevance.json to BFCL_v3_irrelevance.jsonl --- .../{BFCL_v3_irrelevance.json => BFCL_v3_irrelevance.jsonl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename berkeley-function-call-leaderboard/data/{BFCL_v3_irrelevance.json => BFCL_v3_irrelevance.jsonl} (99%) diff --git a/berkeley-function-call-leaderboard/data/BFCL_v3_irrelevance.json b/berkeley-function-call-leaderboard/data/BFCL_v3_irrelevance.jsonl similarity index 99% rename from berkeley-function-call-leaderboard/data/BFCL_v3_irrelevance.json rename to berkeley-function-call-leaderboard/data/BFCL_v3_irrelevance.jsonl index 21a516f70..c337003a7 100644 --- a/berkeley-function-call-leaderboard/data/BFCL_v3_irrelevance.json +++ b/berkeley-function-call-leaderboard/data/BFCL_v3_irrelevance.jsonl @@ -237,4 +237,4 @@ {"id": "irrelevance_236", "question": [[{"role": "user", "content": "What is the quickest way to get to Tokyo from London by plane?"}]], "function": [{"name": "get_flight_duration", "description": "Retrieves the quickest flight duration between two cities.", "parameters": {"type": "dict", "properties": {"start_city": {"type": "string", "description": "The city you are starting your journey from."}, "destination_city": {"type": "string", "description": "The city you wish to travel to."}, "flight_type": {"type": "string", "description": "The type of flight you want to find duration for. Choices include: non-stop, direct, and multi-stop."}}, "required": ["start_city", "destination_city", "flight_type"]}}]} {"id": "irrelevance_237", "question": [[{"role": "user", "content": "Where is the nearest pharmacy in Los Angeles?"}]], "function": [{"name": "get_route_to_location", "description": "Calculates a route to a specified location based on the starting point and desired method of transportation.", "parameters": {"type": "dict", "properties": {"start_point": {"type": "string", "description": "The starting location for the route."}, "end_point": {"type": "string", "description": "The desired destination of the route."}, "transport_method": {"type": "string", "description": "The method of transportation. Options include 'Driving', 'Walking', 'Cycling', and 'Public Transport'", "default": "Driving"}}, "required": ["start_point", "end_point"]}}]} {"id": "irrelevance_238", "question": [[{"role": "user", "content": "Calculate the hypotenuse for a right-angled triangle where other sides are 5 and 6"}]], "function": [{"name": "map_coordinates.distance_calculate", "description": "Calculate the straight-line distance between two points given their longitude and latitude.", "parameters": {"type": "dict", "properties": {"pointA": {"type": "dict", "properties": {"latitude": {"type": "float", "description": "Latitude of Point A. (Range from -90 to 90)"}, "longitude": {"type": "float", "description": "Longitude of Point A. (Range from -180 to 180)"}}, "required": ["latitude", "longitude"]}, "pointB": {"type": "dict", "properties": {"latitude": {"type": "float", "description": "Latitude of Point B. (Range from -90 to 90)"}, "longitude": {"type": "float", "description": "Longitude of Point B. (Range from -180 to 180)"}}, "required": ["latitude", "longitude"]}}, "required": ["pointA", "pointB"]}}]} -{"id": "irrelevance_239", "question": [[{"role": "user", "content": "Find the distance in kilometers from San Francisco to Los Angeles."}]], "function": [{"name": "get_date", "description": "Get the time difference between two geographical locations.", "parameters": {"type": "dict", "properties": {"location_1": {"type": "string", "description": "location for first city."}, "location_2": {"type": "string", "description": "location for first city."}, "unit": {"type": "string", "enum": ["miles", "kilometers"], "description": "The unit of measure for the distance. Default is miles."}}, "required": ["location_1", "location_2"]}}]} \ No newline at end of file +{"id": "irrelevance_239", "question": [[{"role": "user", "content": "Find the distance in kilometers from San Francisco to Los Angeles."}]], "function": [{"name": "get_date", "description": "Get the time difference between two geographical locations.", "parameters": {"type": "dict", "properties": {"location_1": {"type": "string", "description": "location for first city."}, "location_2": {"type": "string", "description": "location for first city."}, "unit": {"type": "string", "enum": ["miles", "kilometers"], "description": "The unit of measure for the distance. Default is miles."}}, "required": ["location_1", "location_2"]}}]}