跳转到内容

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";