Interface: CompactionMetadata
Makaio Framework / ai-adapters-core / CompactionMetadata
Interface: CompactionMetadata
Section titled “Interface: CompactionMetadata”Defined in: ../../../adapters/core/src/log-importer/types.ts:211
Compaction boundary metadata from the external tool’s log.
Properties
Section titled “Properties”preTokens
Section titled “preTokens”preTokens:
number|null
Defined in: ../../../adapters/core/src/log-importer/types.ts:215
Token count before compaction (null if unavailable).
timestamp
Section titled “timestamp”timestamp:
number|null
Defined in: ../../../adapters/core/src/log-importer/types.ts:217
Unix ms timestamp of the compaction event (null if unavailable).
trigger
Section titled “trigger”trigger:
"manual"|"auto"
Defined in: ../../../adapters/core/src/log-importer/types.ts:213
How compaction was triggered.