diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-26 10:01:49 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-26 10:01:49 +0300 |
| commit | c0ec82b579f09af020bc236eb84fa6b22d68823b (patch) | |
| tree | b3712ab57070a3e2b387c83d4585199f51fbba49 /config | |
| parent | 3c6f9b624ec4ef6f2e92ddb2ba794a0d8cddd6cf (diff) | |
Chore: only table switch for auto clean tool calls
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 5b7cc35..112986b 100644 --- a/config/config.go +++ b/config/config.go @@ -31,6 +31,7 @@ type Config struct { WriteNextMsgAs string WriteNextMsgAsCompletionAgent string SkipLLMResp bool + AutoCleanToolCallsFromCtx bool `toml:"AutoCleanToolCallsFromCtx"` // embeddings RAGEnabled bool `toml:"RAGEnabled"` EmbedURL string `toml:"EmbedURL"` |
