Langfuse JS/TS SDKs
    Preparing search index...

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

    interface Numeric {
        dataType: "NUMERIC";
        maxValue?: number;
        minValue?: number;
        scoreReasoningInstructions?: string;
        scoreValueInstructions?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataType: "NUMERIC"

    Numeric score output.

    maxValue?: number

    Optional inclusive maximum value.

    minValue?: number

    Optional inclusive minimum value.

    scoreReasoningInstructions?: string

    Optional instructions for deriving the reasoning returned with the score.

    scoreValueInstructions?: string

    Optional instructions for deriving the score value.