function isAutoParsableResponseFormatimport { isAutoParsableResponseFormat } from "https://deno.land/x/openai@v4.69.0/lib/parser.ts"; isAutoParsableResponseFormat<ParsedT>(response_format: any): response_format is AutoParseableResponseFormat<ParsedT>Type ParametersParsedTParametersresponse_format: anyReturnsresponse_format is AutoParseableResponseFormat<ParsedT>