speak_slow
Converts text to speech at a slower pace using Windows TTS, ideal for improved comprehension or clear communication of complex information.
Instructions
텍스트를 천천히 읽어줍니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "speak_slowArguments",
"type": "object"
}