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

Properties

answers: string[]
completion: string
model: string
search_model: string
selected_documents: { document: number; text: string; }[]