Skip to main content
This page outlines the union type for real-time conversation updates and the object types it can include.

ConversationUpdateOneOf

assistantMessageSent
ChatMessage
A complete message sent by the assistant. See ChatMessage.
assistantResponseDiff
ChatMessageDiff
A streaming diff update for an assistant’s response in progress. See ChatMessageDiff.
assistantResponseCancelled
Boolean
Indicates whether the assistant’s response was cancelled.

Additional Resources

Subscribe Conversation

Subscribe to conversation updates

ChatMessage Schema

Learn about complete message structure

ChatMessageDiff Schema

Understand streaming message updates