Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RIME_VOICE | No | The default voice to use (default: "cove") | |
RIME_API_KEY | Yes | Your Rime API key from the Rime Dashboard | |
RIME_GUIDANCE | No | The main description of when and how to use the speak tool | |
RIME_WHEN_TO_SPEAK | No | When the tool should be used (default: "when asked to speak or when finishing a command") | |
RIME_WHO_TO_ADDRESS | No | Who the speech should address (default: "user") |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
speak | Speak text aloud using Rime's text-to-speech API. Should be used when user asks you to speak or to announce and explain when you finish a command User configuration: WHO_TO_ADDRESS: user WHEN_TO_SPEAK: when asked to speak or when finishing a command VOICE: cove GUIDANCE: Use the speak tool when you need to communicate with the user via voice. The speech should be clear, concise, and convey the intended message effectively. |