start_text_to_speech_event
Adapted from the Griptape AI Framework documentation.
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 = field(kw_only=True, metadata={'serializable': True})
class-attribute instance-attribute
Could this page be better? Report a problem or suggest an addition!