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.
2 parents c80b3f8 + e1c934a commit 7d7dd29Copy full SHA for 7d7dd29
1 file changed
README.md
@@ -104,8 +104,8 @@ DCP uses its own config file:
104
> // Nudge the LLM to use prune tools (every <nudgeFrequency> tool results)
105
> "nudgeEnabled": true,
106
> "nudgeFrequency": 10,
107
-> // Token limit at which the model begins actively
108
-> // compressing session context to keep the model in the "smart zone"
+> // Token limit at which the model compresses session context
+> // to keep the model in the "smart zone" (not a hard limit)
109
> // Accepts: number or "X%" (percentage of model's context window)
110
> "contextLimit": 100000,
111
> // Additional tools to protect from pruning
0 commit comments