Circle V2 API Docs
    Preparing search index...

    Type Alias AgentResultRowContext

    Identity of the run/question the result belongs to (not carried on the result itself).

    type AgentResultRowContext = {
        auditQuestionId: AuditQuestionId;
        auditRunId: AuditRunId;
        sessionId?: SessionId;
    }
    Index

    Properties

    auditQuestionId: AuditQuestionId
    auditRunId: AuditRunId
    sessionId?: SessionId

    Stamped onto the row so the session-note chart-review badge can surface the run.