Langfuse JS/TS SDKs
    Preparing search index...

    Interface EvaluatorOutputDefinitionBase

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

    interface EvaluatorOutputDefinitionBase {
        scoreReasoningInstructions?: string;
        scoreValueInstructions?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    scoreReasoningInstructions?: string

    Optional instructions for deriving the reasoning returned with the score.

    scoreValueInstructions?: string

    Optional instructions for deriving the score value.