fix: disable compact history messages for dispatch agent (#1954)

This commit is contained in:
yetone
2025-05-01 05:19:54 +08:00
committed by GitHub
parent f2330a0701
commit 448efbb842
3 changed files with 28 additions and 20 deletions

View File

@@ -94,6 +94,7 @@ When you're done, provide a clear and concise summary of what you found.]]):gsub
local stream_options = {
ask = true,
disable_compact_history_messages = true,
memory = memory_content,
code_lang = "unknown",
provider = Providers[Config.provider],