glrs
    Preparing search index...

    Type Alias Compaction

    Compaction:
        | { dropped: number; kept: number; outcome: "compacted" }
        | { outcome: "busy" }
        | { outcome: "too-short" }
        | { error: string; outcome: "failed" }

    Result of a manual or automatic conversation compaction.