Langfuse JS/TS SDKs
    Preparing search index...

    This file was auto-generated by Fern from our API Definition.

    interface Categorical {
        categories: string[];
        dataType: "CATEGORICAL";
        scoreReasoningInstructions?: string;
        scoreValueInstructions?: string;
        shouldAllowMultipleMatches: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    categories: string[]

    Allowed category values. At least two unique values are required.

    dataType: "CATEGORICAL"

    Categorical score output.

    scoreReasoningInstructions?: string

    Optional instructions for deriving the reasoning returned with the score.

    scoreValueInstructions?: string

    Optional instructions for deriving the score value.

    shouldAllowMultipleMatches: boolean

    Whether the evaluator may return more than one category.