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

Properties

completion: string
label: string
model: string
searchModel: string
selectedExamples: { document: number; label: string; text: string; }[]