Skip to main content
Module

x/openai/lib/ChatCompletionStream.ts>ContentDoneEvent

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ContentDoneEvent
import { type ContentDoneEvent } from "https://deno.land/x/openai@v4.61.1/lib/ChatCompletionStream.ts";

Type Parameters

optional
ParsedT = null

Properties

content: string
parsed: ParsedT | null