Duplicated from agents-course/text-to-image
f428b3b 0811999 f428b3b
1
2
3
4
5
6
7
8
{ "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" }