Skip to content

start_text_to_speech_event

StartTextToSpeechEvent

Bases: BaseTextToSpeechEvent

Source code in griptape/events/start_text_to_speech_event.py
@define
class StartTextToSpeechEvent(BaseTextToSpeechEvent):
    prompts: list[str] = field(kw_only=True, metadata={"serializable": True})

prompts: list[str] = field(kw_only=True, metadata={'serializable': True}) class-attribute instance-attribute