This is an event developers may broadcast to Tavus.
By broadcasting this event, you are able to overwrite the conversational_context that the replica uses to generate responses.
If conversational_context was not provided during conversation creation, the replica will start using the context you provide in this event as conversational_context.
Message type indicates what product this event will be used for. In this case, the message_type will be conversation
"conversation"
This is the type of event that is being sent back. This field will be present on all events and can be used to distinguish between different event types.
"conversation.overwrite_llm_context"
The unique identifier for the conversation.
"c123456"