콘텐츠로 이동

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