跳转到内容

StreamEventTextStream

此内容尚不支持你的语言。

type StreamEventTextStream = object;

Event returned by the model when new output text is available to stream to the user.

delta: string;
optional providerData: Record<string, any>;
type: "output_text_delta";