File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,10 @@ DCP uses its own config file:
104104> // Nudge the LLM to use prune tools (every <nudgeFrequency> tool results)
105105> " nudgeEnabled" : true ,
106106> " nudgeFrequency" : 10 ,
107- > // Token limit at which the model begins actively compressing session context.
108- > // Best kept around 40% of the model's context window to stay in the "smart zone".
109- > // Set to "model" to use the model's full context window size.
107+ > // Token limit at which the model begins actively
108+ > // compressing session context. Best kept around 40% of
109+ > // the model's context window to stay in the "smart zone".
110+ > // Set to "model" to use the model's full context window.
110111> " contextLimit" : 100000 ,
111112> // Additional tools to protect from pruning
112113> " protectedTools" : [],
@@ -156,7 +157,6 @@ DCP uses its own config file:
156157> ` ` `
157158>
158159> </details>
159- > ` ` `
160160
161161### Commands
162162
You can’t perform that action at this time.
0 commit comments