Circle V2 API Docs
    Preparing search index...

    Type Alias ChartReviewRunContext

    Per-run context shared across chart-review agent tiers. Charts and vector stores are hoisted once so multiple agents can reuse them instead of re-fetching on escalation.

    type ChartReviewRunContext = {
        patientCharts: PatientChartRow[];
        vectorStores: Safe<PatientVectorStores>;
    }
    Index

    Properties

    patientCharts: PatientChartRow[]
    vectorStores: Safe<PatientVectorStores>