diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-17 13:42:49 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-17 13:42:49 +0300 |
| commit | b67ae1be98f3131fa8cec9ae01d8f86fd4df8e06 (patch) | |
| tree | 2a00b4bf75cb59e6643e14e50c7f51c278411129 /config | |
| parent | 372e49199b58281bf1c7f75dfa2835189bc61383 (diff) | |
Enha: filter out thinking blocks from chat history, removed {role}:
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 d5c059f..e8c7bd4 100644 --- a/config/config.go +++ b/config/config.go @@ -19,6 +19,7 @@ type Config struct { ToolRole string `toml:"ToolRole"` ToolUse bool `toml:"ToolUse"` ThinkUse bool `toml:"ThinkUse"` + StripThinkingFromAPI bool `toml:"StripThinkingFromAPI"` AssistantRole string `toml:"AssistantRole"` SysDir string `toml:"SysDir"` ChunkLimit uint32 `toml:"ChunkLimit"` |
