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

Properties

id: string
object: string
created: number
choices: { message: ChatFormatRaw; index: number; logprobs?: LogProbsRaw; finish_reason: string; }[]