Interface DeriveAgentSafetyEvidenceOptions

interface DeriveAgentSafetyEvidenceOptions {
    freshness?: {
        maxAgeMs?: number;
        mode:
            | "realtime"
            | "cursor"
            | "snapshot"
            | "watermark"
            | "delta";
    };
    realtimeCursorPresent?: boolean;
}

Properties

freshness?: {
    maxAgeMs?: number;
    mode:
        | "realtime"
        | "cursor"
        | "snapshot"
        | "watermark"
        | "delta";
}
realtimeCursorPresent?: boolean

Presence only. Opaque cursor values must never cross this boundary.