Skip to content

Commit

Permalink
Rename BFCL_v3_live_simple.json to BFCL_v3_live_simple.jsonl
Browse files Browse the repository at this point in the history
  • Loading branch information
divijmuthu authored Oct 26, 2024
1 parent 3d6689e commit 315e0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@
{"id": "live_simple_254-136-0", "question": [[{"role": "user", "content": "need all pending mandates of Parath with ID U123?"}]], "function": [{"name": "user.mandates", "description": "Fetches a list of mandates for a user given the user's ID and the status of the mandates. The user ID is a required parameter, while the status is optional and can be used to filter the mandates by their current status.", "parameters": {"type": "dict", "required": ["user_id"], "properties": {"user_id": {"type": "string", "description": "The unique identifier of the user for whom the mandates need to be fetched."}, "status": {"type": "string", "description": "The current status of the mandates to fetch. If not specified, mandates with all statuses are fetched.", "enum": ["active", "pending", "inactive"], "default": "active"}}}}]}
{"id": "live_simple_255-136-1", "question": [[{"role": "user", "content": "Get the list of active mandates for the user with ID U123456?"}]], "function": [{"name": "user.mandates", "description": "Fetches a list of mandates for a user given the user's ID and the status of the mandates. The user ID is a required parameter, while the status is optional and can be used to filter the mandates by their current status.", "parameters": {"type": "dict", "required": ["user_id"], "properties": {"user_id": {"type": "string", "description": "The unique identifier of the user for whom the mandates need to be fetched."}, "status": {"type": "string", "description": "The current status of the mandates to fetch. If not specified, mandates with all statuses are fetched.", "enum": ["active", "pending", "inactive"], "default": "active"}}}}]}
{"id": "live_simple_256-137-0", "question": [[{"role": "system", "content": "call HANDOVER function providing the summary of user request"}, {"role": "user", "content": "I have had submit a compaint and I like to check its status"}]], "function": [{"name": "answer_question", "description": "This function transfers the chat interaction to a human agent when the automated system encounters a question that it cannot answer.", "parameters": {"type": "dict", "required": ["statement"], "properties": {"statement": {"type": "string", "description": "The question posed by the user that needs to be transferred to a human agent."}, "urgency": {"type": "string", "description": "The level of urgency for the question to be answered.", "enum": ["low", "medium", "high"], "default": "medium"}, "language": {"type": "string", "description": "The language in which the question is asked, using ISO 639-1 codes (e.g., 'en' for English, 'es' for Spanish)", "default": "en"}}}}]}
{"id": "live_simple_257-137-1", "question": [[{"role": "system", "content": "call ANSWER_QUESTION function providing the user question"}, {"role": "user", "content": "Can you tell me what is the minimum package arrival time? "}]], "function": [{"name": "answer_question", "description": "This function transfers the chat interaction to a human agent when the automated system encounters a question that it cannot answer.", "parameters": {"type": "dict", "required": ["statement"], "properties": {"statement": {"type": "string", "description": "The question posed by the user that needs to be transferred to a human agent."}, "urgency": {"type": "string", "description": "The level of urgency for the question to be answered.", "enum": ["low", "medium", "high"], "default": "medium"}, "language": {"type": "string", "description": "The language in which the question is asked, using ISO 639-1 codes (e.g., 'en' for English, 'es' for Spanish).", "default": "en"}}}}]}
{"id": "live_simple_257-137-1", "question": [[{"role": "system", "content": "call ANSWER_QUESTION function providing the user question"}, {"role": "user", "content": "Can you tell me what is the minimum package arrival time? "}]], "function": [{"name": "answer_question", "description": "This function transfers the chat interaction to a human agent when the automated system encounters a question that it cannot answer.", "parameters": {"type": "dict", "required": ["statement"], "properties": {"statement": {"type": "string", "description": "The question posed by the user that needs to be transferred to a human agent."}, "urgency": {"type": "string", "description": "The level of urgency for the question to be answered.", "enum": ["low", "medium", "high"], "default": "medium"}, "language": {"type": "string", "description": "The language in which the question is asked, using ISO 639-1 codes (e.g., 'en' for English, 'es' for Spanish).", "default": "en"}}}}]}

0 comments on commit 315e0fb

Please sign in to comment.