chore: generate
This commit is contained in:
parent
0fd6f365be
commit
c6ec2f47ef
1 changed files with 12 additions and 0 deletions
|
|
@ -6393,6 +6393,9 @@
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"total": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
|
@ -7023,6 +7026,9 @@
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"total": {
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
|
@ -9894,6 +9900,12 @@
|
||||||
"prune": {
|
"prune": {
|
||||||
"description": "Enable pruning of old tool outputs (default: true)",
|
"description": "Enable pruning of old tool outputs (default: true)",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"reserved": {
|
||||||
|
"description": "Token buffer for compaction. Leaves enough window to avoid overflow during compaction.",
|
||||||
|
"type": "integer",
|
||||||
|
"minimum": 0,
|
||||||
|
"maximum": 9007199254740991
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue