text-to-speech / tool_config.json
davidxia's picture
Change to use text_to_speech
0811999 verified
raw
history blame contribute delete
250 Bytes
{
"description": "This is a tool that synthesizes speech from text.",
"inputs": "{'prompt': {'type': 'string', 'description': \"The text input"}}",
"name": "speech_generator",
"output_type": "audio",
"tool_class": "tool.TextToSpeechTool"
}