WaldiezStreamEvent
WaldiezStreamEvent = {
messageId
:string
;type
:"start"
; } | {chunk
:string
;messageId
:string
;type
:"chunk"
; } | {messageId
:string
;type
:"end"
; }
Defined in: src/waldiez/components/chatUI/types.ts:206
Streaming event structure