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