Circle V2 API Docs
    Preparing search index...
    type ResolvedWindow = {
        end: string;
        start: string;
        subPeriodKind?: "day" | "period";
        subPeriods?: { end: string; label: string; start: string }[];
    }
    Index

    Properties

    end: string
    start: string

    Inclusive facility-local date range as yyyy-MM-dd.

    subPeriodKind?: "day" | "period"

    How to phrase the sub-periods in the prompt: 'day' (default) reads "each day", 'period' reads "each period" — used for recurring N-day compliance buckets.

    subPeriods?: { end: string; label: string; start: string }[]

    For cadence intents ("each day of last week", "each 30-day period since admission"): the enumerated sub-periods the model must check individually, so it compares a concrete list instead of inventing one.