Circle V2 API Docs
    Preparing search index...

    Type Alias UpsertAuditResponseParams

    type UpsertAuditResponseParams = {
        auditQuestionId: number;
        auditRunId: number;
        contextSources?: unknown[];
        question: string;
        recommendation?: string | null;
        response: string;
        sessionId?: number;
        sources?: unknown[];
        status: string | null;
    }
    Index

    Properties

    auditQuestionId: number
    auditRunId: number
    contextSources?: unknown[]
    question: string
    recommendation?: string | null
    response: string
    sessionId?: number

    When set, the persisted row's sessionId column is populated so the session-note chart-review badge can surface the run via auditRunsRepo.listIdsBySessionId. Omit for patient-level runs that aren't tied to a specific session note.

    sources?: unknown[]
    status: string | null