docs: sync voice reliability updates and phase state

This commit is contained in:
William Valentin
2026-02-26 17:29:29 -08:00
parent 163b1a0139
commit 03926a81eb
6 changed files with 83 additions and 11 deletions
+2 -2
View File
@@ -1550,7 +1550,7 @@ Outbound attachment (image, audio, file).
}
```
Audio attachments (TTS responses) are best-effort: if synthesis fails, the gateway still returns the text reply without any audio attachment.
Audio attachments (TTS responses) are best-effort with provider fallback: the daemon can try an ordered TTS provider chain and tracks provider health/cooldown between attempts. If synthesis still fails, the gateway returns the text reply without any audio attachment.
#### `context_warning`
@@ -1582,7 +1582,7 @@ Proactive context pressure signal emitted by `agent.send` before `done`.
#### `run_state`
Run lifecycle transition emitted during `agent.send` processing.
Run lifecycle transition emitted during `agent.send` processing (text and voice/talk turns use the same lifecycle states and cancel semantics).
```json
{