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 |
Inherited Properties
| event |
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"