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 38dc7f4 commit ed7e66fCopy full SHA for ed7e66f
lib/messages/inject/inject.ts
@@ -11,8 +11,9 @@ import {
11
messageHasCompress,
12
persistAnchors,
13
} from "./utils"
14
+import { renderNudge } from "../../prompts"
15
-const CONTEXT_LIMIT_HINT_TEXT = "your context exceeds the context limit, you must compress"
16
+const CONTEXT_LIMIT_HINT_TEXT = renderNudge("context-limit")
17
18
export const insertCompressToolContext = (
19
state: SessionState,
0 commit comments