type alias AutoParseableResponseFormatimport { type AutoParseableResponseFormat } from "https://deno.land/x/openai@v4.69.0/lib/parser.ts"; Type ParametersParsedTdefinition: ResponseFormatJSONSchema & { __output: ParsedT; $brand: "auto-parseable-response-format"; $parseRaw(content: string): ParsedT; }