summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-01 07:01:13 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-01 07:01:13 +0300
commit1f112259d2ff58bbe25f25f8c65694d5a7569e68 (patch)
treec674a5ee83ea3430f3564a392a19931750cac5ef /config
parenta505ffaaa9f7bc94903554b577a2a23d4cd4fe09 (diff)
Enha(tools.todo): always provide whole todo list
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
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