SongGuess
    Preparing search index...

    Type Alias ResponseFormatTextJSONSchemaConfig

    type ResponseFormatTextJSONSchemaConfig = {
        description?: string;
        name: string;
        schema: { [key: string]: unknown };
        strict?: boolean | null;
        type: "json_schema";
    }
    Index

    Properties

    description?: string
    name: string
    schema: { [key: string]: unknown }
    strict?: boolean | null
    type: "json_schema"