Chore: only table switch for auto clean tool calls

This commit is contained in:
Grail Finder
2025-12-26 10:01:49 +03:00
parent 3c6f9b624e
commit c0ec82b579
5 changed files with 11 additions and 2 deletions

View File

@@ -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"`