steamship.agents.tools.speech_generation package#
Submodules#
steamship.agents.tools.speech_generation.generate_speech module#
Tool for generating images.
- class steamship.agents.tools.speech_generation.generate_speech.GenerateSpeechTool(*, name: str = 'GenerateSpokenAudio', agent_description: str = 'Used to generate spoken audio from text prompts. Only use if the user has asked directly for a an audio version of output. When using this tool, the input should be a plain text string containing the content to be spoken.', human_description: str = 'Generates spoken audio from text.', generator_plugin_handle: str = 'elevenlabs', generator_plugin_instance_handle: Optional[str] = None, generator_plugin_config: dict = {}, merge_blocks: bool = False)[source]#
Bases:
AudioGeneratorTool
Tool to generate audio from text.
Module contents#
- class steamship.agents.tools.speech_generation.GenerateSpeechTool(*, name: str = 'GenerateSpokenAudio', agent_description: str = 'Used to generate spoken audio from text prompts. Only use if the user has asked directly for a an audio version of output. When using this tool, the input should be a plain text string containing the content to be spoken.', human_description: str = 'Generates spoken audio from text.', generator_plugin_handle: str = 'elevenlabs', generator_plugin_instance_handle: Optional[str] = None, generator_plugin_config: dict = {}, merge_blocks: bool = False)[source]#
Bases:
AudioGeneratorTool
Tool to generate audio from text.