try something 2

This commit is contained in:
jif-oai
2025-12-23 13:55:24 +01:00
parent 6b5fe9edcf
commit e32ddcfa70

View File

@@ -30,7 +30,7 @@ use tracing::error;
pub const SUMMARIZATION_PROMPT: &str = include_str!("../templates/compact/prompt.md");
pub const SUMMARY_PREFIX: &str = include_str!("../templates/compact/summary_prefix.md");
const COMPACT_USER_MESSAGE_MAX_TOKENS: usize = 20_001;
const COMPACT_USER_MESSAGE_MAX_TOKENS: usize = 20_000;
pub(crate) fn should_use_remote_compact_task(
session: &Session,