Confirms that a Prompt Configuration change has been applied.

Voice Agent

The PromptUpdated message is sent by the server to the client to confirm that the Prompt Configuration has been updated.

Purpose

When receiving a PromptUpdated message, the new Prompt Configuration are immediately active and will be used for all subsequent requests. When receiving this message no action is required unless you need to verify the changes.

Example Payload

If the client has sent a new Prompt message within their Settings Message the server will respond with a PromptUpdated message to confirm that the Prompt hase been updated.

JSON
1{
2 "type": "PromptUpdated"
3}
Built with