Skip to content

CompactionContextManagement

Example Usage

typescript
import { CompactionContextManagement } from "@meetkai/mka1/models/components";

let value: CompactionContextManagement = {
  type: "compaction",
  compactThreshold: 129057,
};

Fields

FieldTypeRequiredDescription
type"compaction"✔️N/A
compactThresholdnumber✔️The token threshold above which conversation context should be compacted. Must be at least 1000.