voicebox_speak
Speak text aloud immediately on the user's speakers, automatically selecting a voice profile if none specified.
Instructions
Speak text immediately — plays on the user's speakers.
Simpler than voicebox_generate: picks a profile automatically if not specified (falls back to per-client binding, then default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to speak (max 10000 chars). | |
| engine | No | TTS engine override (null = use profile default). | |
| profile | No | Voice profile name or ID (null = use default). | |
| language | No | Language code override. | |
| personality | No | When true, rewrites text in-character. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||