MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / GetL3CollapseThreshold

Function GetL3CollapseThreshold

agentContext/collapse.go:24–26  ·  view source on GitHub ↗
(contextLimit, softLimit int)

Source from the content-addressed store, hash-verified

22}
23
24func GetL3CollapseThreshold(contextLimit, softLimit int) int {
25 return getL3CollapseThreshold(contextLimit, softLimit)
26}
27
28type CollapsedRegion struct {
29 StartIdx int

Calls 1

getL3CollapseThresholdFunction · 0.85