AssistantAskQuestionEventBatch
description
A single event item within a batch.
type AssistantAskQuestionEventBatch {
rawEvent: AssistantRawSseEvent!
deltas: [AssistantAskQuestionDelta!]
markdownDeltas: [GenSearchResponseDelta!]
}
Fields
AssistantAskQuestionEventBatch.rawEvent ● AssistantRawSseEvent! non-null scalar graph-ql-types
The original unprocessed event payload as JSON. @exposed
AssistantAskQuestionEventBatch.deltas ● [AssistantAskQuestionDelta!] list union graph-ql-types
Structured delta events derived from the rawEvent that describe how to update the client's state incrementally. These deltas provide type-safe updates for conversations, messages, and their content based on the raw backend event. @exposed
AssistantAskQuestionEventBatch.markdownDeltas ● [GenSearchResponseDelta!] list union graph-ql-types
Delta events for streaming markdown-formatted response text. Provides incremental updates as markdown content chunks are generated. @exposed
Member Of
AssistantAskQuestionSubscriptionResponse object ● AssistantSubscribeMessageStreamEvent object