Simplify prefix compaction prewarm

This commit is contained in:
Rohit Arunachalam
2026-04-18 21:55:58 -07:00
parent 451a8c055d
commit cca2414f20
52 changed files with 341 additions and 1681 deletions

View File

@@ -335,13 +335,6 @@
],
"type": "string"
},
"ContextCompactionKind": {
"enum": [
"classic",
"prefix"
],
"type": "string"
},
"DynamicToolCallOutputContentItem": {
"oneOf": [
{
@@ -1274,16 +1267,6 @@
"id": {
"type": "string"
},
"kind": {
"anyOf": [
{
"$ref": "#/definitions/ContextCompactionKind"
},
{
"type": "null"
}
]
},
"type": {
"enum": [
"contextCompaction"