Promptable ASR is speech recognition with context. You send audio plus recent conversation messages, and VoiceOS can better recognize what the speaker actually means.Documentation Index
Fetch the complete documentation index at: https://docs.voiceos.com/llms.txt
Use this file to discover all available pages before exploring further.
Voice agent command understanding
Spoken commands are more reliable when the transcript can see the current conversation and task context.
Chat microphone input
Dictated chat messages are cleaner because the transcript can use terms already present in the chat thread.
Example 1: Voice agent command understanding
Without contextExample 2: Voice input in a chat interface
Without contextRequest shape
Send:file(audio)- optional
messages(recent thread or summary) - optional
dictionary(high-signal terms only)
Rule of thumb: if the user can see it in the current conversation, include it in
messages.Keep it simple
- Send recent, relevant messages only.
- Keep
dictionaryshort and specific. - Update context each turn as the conversation changes.
- Use
textas the transcript output.

