Skip to main content
Module

x/openai/lib/ChatCompletionStream.ts>ChatCompletionSnapshot

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
namespace ChatCompletionSnapshot
import { ChatCompletionSnapshot } from "https://deno.land/x/openai@v4.19.1/lib/ChatCompletionStream.ts";
interface ChatCompletionSnapshot
import { type ChatCompletionSnapshot } from "https://deno.land/x/openai@v4.19.1/lib/ChatCompletionStream.ts";

Represents a streamed chunk of a chat completion response returned by model, based on the provided input.

Properties

id: string

A unique identifier for the chat completion.

A list of chat completion choices. Can be more than one if n is greater than 1.

created: number

The Unix timestamp (in seconds) of when the chat completion was created.

model: string

The model to generate the completion.