Skip to content

StreamEventResponseStarted

type StreamEventResponseStarted = object;

Event returned by the model when a new response is started.

optional providerData: Record<string, any>;

Additional optional provider specific data. Used for custom functionality or model provider specific fields.

type: "response_started";