Agent Audio Done
Get signals that the server has finished sending the final audio segment to the client.
What is the AgentAudioDone
Message
AgentAudioDone
MessageThe AgentAudioDone
Message will communicate the last audio message has been sent from the server.
ReceivingAgentAudioDone
AgentAudioDone
The server will send an AgentAudioDone
message immediately after it sends the last audio message. In some cases even though no more audio messages are being received, the agent may still be speaking, because previously sent audio may still be queued for playback.
{
"type": "AgentAudioDone"
}
Conclusion
The AgentAudioDone
message signals that the server has finished sending the final audio segment to the client. However, the agent may still appear to be speaking if previously sent audio is still queued for playback. This message provides a clear endpoint for audio streaming, helping clients manage playback timing and synchronize further actions accordingly.
Updated about 11 hours ago