diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-01 07:01:13 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-01 07:01:13 +0300 |
| commit | 1f112259d2ff58bbe25f25f8c65694d5a7569e68 (patch) | |
| tree | c674a5ee83ea3430f3564a392a19931750cac5ef /config/config.go | |
| parent | a505ffaaa9f7bc94903554b577a2a23d4cd4fe09 (diff) | |
Enha(tools.todo): always provide whole todo list
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go index 40f6fca..427edd5 100644 --- a/config/config.go +++ b/config/config.go @@ -39,7 +39,6 @@ type Config struct { // rag settings RAGEnabled bool `toml:"RAGEnabled"` RAGDir string `toml:"RAGDir"` - RAGWorkers uint32 `toml:"RAGWorkers"` RAGBatchSize int `toml:"RAGBatchSize"` RAGWordLimit uint32 `toml:"RAGWordLimit"` // deepseek |
