MCPcopy
hub / github.com/coder/mux / getAutoCompactionThresholdKey

Function getAutoCompactionThresholdKey

src/common/constants/storage.ts:728–730  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

726 * Stored per-model because different models have different context windows
727 */
728export function getAutoCompactionThresholdKey(model: string): string {
729 return `autoCompaction:threshold:${model}`;
730}
731
732/**
733 * List of workspace-scoped key functions that should be copied on fork and deleted on removal

Calls

no outgoing calls

Tested by 1