summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-28 00:06:09 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-28 00:06:09 +0300
commitcae7dea2e7c149edd055b542a2a08b53af8a0ac8 (patch)
tree5e387c1e6197b91b945fbff01218df45cad86ca2 /config/config.go
parent29becaa8c83c8dff8af7623ca71e8021319887ab (diff)
parent9d91685e9adde94d20313fb405c4301b4dd59a75 (diff)
Merge branch 'master' into doc/tutorial
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go1
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"`