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

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    Evaluator name within the authenticated project.

    sourceCode: string

    Code executed for each matched observation.

    Runtime language for sourceCode.

    type: "code"