StreamEvent
Agent Runtimes / types/inference / StreamEvent
Interface: StreamEvent
Defined in: types/inference.ts:122
Streaming event
Properties
delta?
optionaldelta?:ChatMessageDelta
Defined in: types/inference.ts:125
error?
optionalerror?:Error
Defined in: types/inference.ts:127
finishReason?
optionalfinishReason?:string
Defined in: types/inference.ts:128
messageId?
optionalmessageId?:string
Defined in: types/inference.ts:124
toolCall?
optionaltoolCall?:ToolCallRequest
Defined in: types/inference.ts:126
type
type:
StreamEventType
Defined in: types/inference.ts:123