We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3b3b4 commit 8e31fbdCopy full SHA for 8e31fbd
src/core/condense/index.ts
@@ -8,7 +8,7 @@ import { ApiMessage } from "../task-persistence/apiMessages"
8
import { maybeRemoveImageBlocks } from "../../api/transform/image-cleaning"
9
10
export const N_MESSAGES_TO_KEEP = 3
11
-export const MIN_CONDENSE_THRESHOLD = 10 // Minimum percentage of context window to trigger condensing
+export const MIN_CONDENSE_THRESHOLD = 5 // Minimum percentage of context window to trigger condensing
12
export const MAX_CONDENSE_THRESHOLD = 100 // Maximum percentage of context window to trigger condensing
13
14
const SUMMARY_PROMPT = `\
0 commit comments