OpenAI Realtime API
This is an event developers may broadcast to Tavus.
By broadcasting this event, you are able to externally send OpenAI realtime events. This is commonly used to update the instructions for the replica. We currently support the following events:
session.update
Message type indicates what product this event will be used for. In this case, the message_type will be conversation
This is the type of event that is being sent. This field will be present on all events and can be used to distinguish between different event types.
The unique identifier for the conversation.
The properties act as a way to forward realtime events from Tavus to OpenAI. Pass your OpenAI realtime event body in here.