docs: sync voice reliability updates and phase state
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user