Voice Think Fast Handler
When to Use
- User says quick ack or task matches this capability
- User says thinking aloud or task matches this capability
- User says fast think or task matches this capability
- User says voice ack or task matches this capability
Workflow
- On voice input received, emit brief ack ('Got it, checking...').
- Continue full reasoning in background.
- Deliver complete response when ready.
- Avoid over-use; max one ack per 10 seconds.
Integrations
real-time-voice-reasonervoice-synthesis-handler
Error Handling
| Failure | Response |
|---|---|
| Double ack | Suppress duplicate acks in same turn. |
Gotchas
- Acks must not promise outcomes prematurely.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.