ServerEventResponseInvocationDelta interface

Returned when a hosted agent invocation produces a non-speech SSE event, passed through as-is.

Extends

Properties

delta

The raw event data from the hosted agent invocation.

type

The event type, must be response.invocation.delta.

Inherited Properties

eventId

Property Details

delta

The raw event data from the hosted agent invocation.

delta: Record<string, any>

Property Value

Record<string, any>

type

The event type, must be response.invocation.delta.

type: "response.invocation.delta"

Property Value

"response.invocation.delta"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId