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

Struct AutoCompactOptions

agentContext/auto.go:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type AutoCompactOptions struct {
115 APIKey string
116 APIBaseURL string
117 APIModel string
118 APIType string
119 MaxSummaryTokens int
120}
121
122var analysisBlockPattern = regexp.MustCompile(`(?s)<analysis>.*?</analysis>`)
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected