speak
Convert text into speech via text-to-speech technology and mark delivered utterances as responded for efficient voice-based communication.
Instructions
Speak text using text-to-speech and mark delivered utterances as responded
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes | The text to speak |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"description": "The text to speak",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}