Langfuse JS/TS SDKs
    Preparing search index...
    interface Code {
        description?: null | string;
        name: string;
        sourceCode: string;
        sourceCodeLanguage: CodeEvaluatorSourceCodeLanguage;
        type: "code";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: null | string

    Optional human-readable evaluator description.

    name: string

    Human-readable evaluator name. Names are not identifiers and do not need to be unique.

    sourceCode: string

    Source code executed for each matched observation.

    Runtime language used to execute the source code.

    type: "code"

    Evaluator type.