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

x/openai_deno/mod.ts>ClassificationResponse

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

Properties

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