Langfuse JS/TS SDKs
    Preparing search index...

    Interface PublicNumericEvaluatorOutputScoreDefinition

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

    interface PublicNumericEvaluatorOutputScoreDefinition {
        description: string;
        maxValue?: number;
        minValue?: number;
    }
    Index

    Properties

    description: string
    maxValue?: number

    Inclusive maximum value for numeric evaluator scores.

    minValue?: number

    Inclusive minimum value for numeric evaluator scores.