diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-15 08:46:33 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-15 08:46:33 +0300 |
commit | 83babd027140b7ae41743655fa016bf3551350c2 (patch) | |
tree | 9823fbb9305bfe1eac765cd4c8e9c634c90306c5 /config | |
parent | 2b9c44eff9becf15e73c159349c5aeaa4ce68a0c (diff) |
Fix: thinking
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index ddb0d91..f26a82e 100644 --- a/config/config.go +++ b/config/config.go @@ -17,6 +17,7 @@ type Config struct { UserRole string `toml:"UserRole"` ToolRole string `toml:"ToolRole"` ToolUse bool `toml:"ToolUse"` + ThinkUse bool `toml:"ThinkUse"` AssistantRole string `toml:"AssistantRole"` SysDir string `toml:"SysDir"` ChunkLimit uint32 `toml:"ChunkLimit"` |