CompactionContextManagement
Example Usage
typescript
import { CompactionContextManagement } from "@meetkai/mka1/models/components";
let value: CompactionContextManagement = {
type: "compaction",
compactThreshold: 129057,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | "compaction" | ✔️ | N/A |
compactThreshold | number | ✔️ | The token threshold above which conversation context should be compacted. Must be at least 1000. |