Skip to main content
Module

x/openai/lib/parser.ts>AutoParseableResponseFormat

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
type alias AutoParseableResponseFormat
import { type AutoParseableResponseFormat } from "https://deno.land/x/openai@v4.61.1/lib/parser.ts";
definition: ResponseFormatJSONSchema & { __output: ParsedT; $brand: "auto-parseable-response-format"; $parseRaw(content: string): ParsedT; }