Skip to content

Commit 67684be

Browse files
committed
more
1 parent 5731262 commit 67684be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)