Circle V2 API Docs
    Preparing search index...

    Type Alias RunCaseReviewChatOptions

    type RunCaseReviewChatOptions = {
        logger?: BaseLogger;
        messages: RunCaseReviewChatMessage[];
        patientId: PatientId;
        userId?: UserId;
    }
    Index

    Properties

    logger?: BaseLogger
    patientId: PatientId
    userId?: UserId

    Authenticated user id — used for observability annotations only.