Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>AnswerRawResponse

OpenAI API wrapper for deno.
Latest
interface AnswerRawResponse
Re-export
import { type AnswerRawResponse } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

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