speak_short
Convert short text (up to 100 characters) into speech instantly using Windows' built-in Speech API for quick and efficient auditory communication.
Instructions
짧은 텍스트를 즉시 읽어줍니다 (100자 이하)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "speak_shortArguments",
"type": "object"
}