summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-24 08:59:34 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-24 08:59:34 +0300
commit9af21895c6d15e7ab648f35acd44afc9675b54b7 (patch)
tree41df561f6a5238219bf8544fd77137889bfccc52 /config
parente3bd6f219f0f108fede8bcfd8326888801edeed7 (diff)
Chore: remove cfg.ThinkUse
move cleaning image attachment to the end of chatRound fmt cleanup
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 ed70370..d745afb 100644
--- a/config/config.go
+++ b/config/config.go
@@ -18,7 +18,6 @@ type Config struct {
UserRole string `toml:"UserRole"`
ToolRole string `toml:"ToolRole"`
ToolUse bool `toml:"ToolUse"`
- ThinkUse bool `toml:"ThinkUse"`
StripThinkingFromAPI bool `toml:"StripThinkingFromAPI"`
ReasoningEffort string `toml:"ReasoningEffort"`
AssistantRole string `toml:"AssistantRole"`