File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ DCP uses its own config file:
7777 " enabled" : true ,
7878 // Additional tools to protect from pruning
7979 " protectedTools" : [],
80- // Protect tools from pruning for N turns after they are called
80+ // Protect from pruning for <turn protection> message turns
8181 " turnProtection" : {
8282 " enabled" : false ,
8383 " turns" : 4
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ function createDefaultConfig(): void {
362362 \"enabled\": true,
363363 // Additional tools to protect from pruning
364364 \"protectedTools\": [],
365- // Protect tools from pruning for N turns after they are called
365+ // Protect from pruning for <turn protection> message turns
366366 \"turnProtection\": {
367367 \"enabled\": false,
368368 \"turns\": 4
You can’t perform that action at this time.
0 commit comments