Scorable TypeScript SDK - v0.5.0
    Preparing search index...

    Interface EvaluatorUpdateParams

    interface EvaluatorUpdateParams {
        name?: string;
        prompt?: string;
        models?: string[];
        objective_id?: string;
        objective_version_id?: string;
        change_note?: string;
        overwrite?: boolean;
    }
    Index

    Properties

    name?: string
    prompt?: string
    models?: string[]
    objective_id?: string
    objective_version_id?: string
    change_note?: string
    overwrite?: boolean