Langfuse JS/TS SDKs
    Preparing search index...

    Interface UpdateScoreConfigRequest

    interface UpdateScoreConfigRequest {
        categories?: ConfigCategory[];
        description?: string;
        isArchived?: boolean;
        maxValue?: number;
        minValue?: number;
        name?: string;
    }
    Index

    Properties

    categories?: ConfigCategory[]

    Configure custom categories for categorical scores. Pass a list of objects with label and value properties. Categories are autogenerated for boolean configs and cannot be passed

    description?: string

    Description is shown across the Langfuse UI and can be used to e.g. explain the config categories in detail, why a numeric range was set, or provide additional context on config name or usage

    isArchived?: boolean

    The status of the score config showing if it is archived or not

    maxValue?: number

    Configure a maximum value for numerical scores. If not set, the maximum value defaults to +∞

    minValue?: number

    Configure a minimum value for numerical scores. If not set, the minimum value defaults to -∞

    name?: string

    The name of the score config