Circle V2 API Docs
    Preparing search index...

    Type Alias PushAuditRunToEvalDatasetOptions

    type PushAuditRunToEvalDatasetOptions = {
        addedBy: string;
        auditQuestionId?: AuditQuestionId;
        auditRunId: AuditRunId;
        datasetName?: string;
    }
    Index

    Properties

    addedBy: string

    user_id of the human asserting this run's grades — stamped on each example as provenance.

    auditQuestionId?: AuditQuestionId

    Push only this question, not the whole run.

    auditRunId: AuditRunId

    The HUMAN-GRADED source run whose responses become dataset examples.

    datasetName?: string

    LangSmith dataset name; defaults to the chart-review eval dataset.