| 24 | |
| 25 | func DefaultExtractionConfig() ExtractionConfig { |
| 26 | return ExtractionConfig{ContextMessageCount: 32} |
| 27 | } |
| 28 | |
| 29 | type ExtractionController struct { |
| 30 | Config config.Config |
| 31 | Engine memory.Engine |
| 32 | ExtractionConfig ExtractionConfig |
| 33 | |
| 34 | mu sync.Mutex |
nothing calls this directly
no outgoing calls
no test coverage detected