(model: string)
| 726 | * Stored per-model because different models have different context windows |
| 727 | */ |
| 728 | export 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 |
no outgoing calls