{
"message_type": "conversation",
"event_type": "conversation.append_llm_context",
"conversation_id": "your-conversation-id",
"properties": {
"context": "Additional system context for this turn.",
"job_status": "completed"
}
}Interaction Events
Append Conversational Context Interaction
Inbound: Broadcast this to Tavus to append conversational context the PAL should use, or establish it if none was set at conversation creation, and optionally mark a job completed.
conversation for conversation-layer app messages.
Example:
"conversation"
conversation.append_llm_context.
Example:
"conversation.append_llm_context"
The unique identifier for the conversation.
Example:
"your-conversation-id"
Show child attributes
Show child attributes

