Langfuse JS/TS SDKs
    Preparing search index...
    interface Code {
        createdAt: string;
        createdBy: null | Creator;
        id: string;
        sourceCode: string;
        sourceCodeLanguage: CodeEvaluatorSourceCodeLanguage;
        type: "code";
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Timestamp when this evaluator version was created.

    createdBy: null | Creator

    User who created this version, or null when no user can be resolved.

    id: string

    Stable identifier of this evaluator version.

    sourceCode: string

    Source code executed for each matched observation.

    Runtime language used to execute the source code.

    type: "code"

    Evaluator type.

    version: number

    Monotonically increasing evaluator version number.