Skip to content

AgentCompactionContextManagement

Example Usage

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

let value: AgentCompactionContextManagement = {
  type: "compaction",
  compactThreshold: 609597,
};

Fields

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