{"task": {"agent_timeout": 300, "task": "bfcl-live-simple-227-118-1", "verifier_timeout": 300, "instruction": "# Task\n\nListen to the phrase '\u6211\u7231\u5b66\u4e60' in a male voice and in Chinese, and could I get the audio in WAV format, please?\n\n## Available Functions\n\nBased on the question, you will need to make one or more function/tool calls to achieve the purpose. If none of the functions can be used, do not invoke any function. If the given question lacks the parameters required by the function, do not invoke the function.\n\nHere is a list of functions in JSON format that you can invoke.\n[\n    {\n        \"name\": \"text_to_speech.convert\",\n        \"description\": \"Converts input text into spoken audio, providing the resulting audio in a specified format.\",\n        \"parameters\": {\n            \"type\": \"dict\",\n            \"required\": [\n                \"text\"\n            ],\n            \"properties\": {\n                \"text\": {\n                    \"type\": \"string\",\n                    \"description\": \"The text to be converted to speech.\"\n                },\n                \"language\": {\n                    \"type\": \"string\",\n                    \"description\": \"The language to convert the input text to, use default if nothing specified\",\n                    \"enum\": [\n                        \"en-US\",\n                        \"es-ES\",\n                        \"de-DE\",\n                        \"fr-FR\",\n                        \"it-IT\",\n                        \"zh-CN\"\n                    ],\n                    \"default\": \"en-US\"\n                },\n                \"gender\": {\n                    \"type\": \"string\",\n                    \"description\": \"The gender of the voice used for the text-to-speech conversion, use default if nothing specified\",\n                    \"enum\": [\n                        \"male\",\n                        \"female\"\n                    ],\n                    \"default\": \"female\"\n                },\n                \"format\": {\n                    \"type\": \"string\",\n                    \"description\": \"The audio format of the resulting spoken text, use default if nothing specified\",\n                    \"enum\": [\n                        \"mp3\",\n                        \"wav\",\n                        \"ogg\"\n                    ],\n                    \"default\": \"mp3\"\n                },\n                \"speed\": {\n                    \"type\": \"float\",\n                    \"description\": \"The speed of the speech, represented as a float where 1.0 is the normal speed.\",\n                    \"default\": 1.0\n                }\n            }\n        }\n    }\n]\n\n## Output\n\nAnalyze the request and determine the appropriate function call(s). \nWrite ONLY a JSON array to `/app/result.json`.\n\nFormat:\n- If a function applies: `[{\"function_name\": {\"param1\": \"value1\"}}]`\n- If no function applies: `[]`\n\nExample:\n```bash\necho '[{\"get_weather\": {\"city\": \"NYC\"}}]' > /app/result.json\n```\n\nIMPORTANT: You MUST execute the command to write the file.\n", "memory": "4096m", "runnable": false, "difficulty": "medium", "language": "", "cpus": 2, "instruction_truncated": false, "category": "function_calling", "compose": false, "has_solution": true, "oracle": null, "docker_image": "", "taskset": "bfcl", "tags": []}, "runs": []}