Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ClassificationRawResponse
Re-export
import { type ClassificationRawResponse } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

completion: string
label: string
model: string
search_model: string
selected_examples: { document: number; label: string; text: string; }[]