chatConversationEvent
Live events for one chat session, keyed by the client-supplied
external_session_id so a subscription can be opened before the first
turn creates the conversation. Sub-agent conversations broadcast under
their root session, so one subscription covers the whole thread.
chatConversationEvent(
external_session_id: String!
): ChatEvent
Arguments
chatConversationEvent.external_session_id ● String! non-null scalar
Type
ChatEvent object
One real-time event on a chat session. Exactly one of message or progress
is populated, per kind.


