File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 63936393 "tokens" : {
63946394 "type" : " object" ,
63956395 "properties" : {
6396+ "total" : {
6397+ "type" : " number"
6398+ },
63966399 "input" : {
63976400 "type" : " number"
63986401 },
70237026 "tokens" : {
70247027 "type" : " object" ,
70257028 "properties" : {
7029+ "total" : {
7030+ "type" : " number"
7031+ },
70267032 "input" : {
70277033 "type" : " number"
70287034 },
98949900 "prune" : {
98959901 "description" : " Enable pruning of old tool outputs (default: true)" ,
98969902 "type" : " boolean"
9903+ },
9904+ "reserved" : {
9905+ "description" : " Token buffer for compaction. Leaves enough window to avoid overflow during compaction." ,
9906+ "type" : " integer" ,
9907+ "minimum" : 0 ,
9908+ "maximum" : 9007199254740991
98979909 }
98989910 }
98999911 },
You can’t perform that action at this time.
0 commit comments