From c0ec82b579f09af020bc236eb84fa6b22d68823b Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 26 Dec 2025 10:01:49 +0300 Subject: Chore: only table switch for auto clean tool calls --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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"` -- cgit v1.2.3