Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateChatResponse
import { type CreateChatResponse } from "https://deno.land/x/openai_deno@v0.9.8/src/types/chat.ts";

Properties

id: string
object: string
created: number
choices: { message: ChatFormat; index: number; logprobs?: LogProbs; finishReason: string; }[]