Spoken text streams into the embed chat
September 21, 2026 · release
Visitors can now read along as your agent speaks. Enable Stream spoken text in chat on the project Widget tab (or set streamSpokenText: true in widget config) and deploy — the embed client reveals each agent bubble progressively instead of dropping the full sentence at once.
Try it
- Docs: Spoken chat stream
- Dashboard: Project → Widget → Stream spoken text in chat → save draft → Deploy
- Agents:
speakAndChat(sessionId, text, { stream: true })for explicit per-utterance streaming;chat_replyplusspeak()also streams when the widget toggle is on.
The setting is off by default so existing sites keep their current chat behavior until you opt in.