unified-llm-client
    Preparing search index...

    Interface JsonSchemaResponseFormat

    interface JsonSchemaResponseFormat {
        name?: string;
        parse?: boolean;
        schema: CanonicalJsonSchema;
        strict?: boolean;
        type: "json_schema";
    }
    Index

    Properties

    name?: string
    parse?: boolean
    strict?: boolean
    type: "json_schema"