Langfuse JS/TS SDKs
    Preparing search index...

    Interface PublicCategoricalEvaluatorOutputScoreDefinition

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

    interface PublicCategoricalEvaluatorOutputScoreDefinition {
        categories: string[];
        description: string;
        shouldAllowMultipleMatches: boolean;
    }
    Index

    Properties

    categories: string[]
    description: string
    shouldAllowMultipleMatches: boolean