SongGuess
    Preparing search index...

    Type Alias ResponseFormatJSONSchema

    type ResponseFormatJSONSchema = {
        json_schema: {
            description?: string;
            name: string;
            schema?: Record<string, unknown>;
            strict?: boolean | null;
        };
        type: "json_schema";
    }
    Index

    Properties

    Properties

    json_schema: {
        description?: string;
        name: string;
        schema?: Record<string, unknown>;
        strict?: boolean | null;
    }
    type: "json_schema"