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

@@ -1,26 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ContextCompactionKind": {
"enum": [
"classic",
"prefix"
],
"type": "string"
}
},
"description": "Deprecated: Use `ContextCompaction` item type instead.",
"properties": {
"kind": {
"anyOf": [
{
"$ref": "#/definitions/ContextCompactionKind"
},
{
"type": "null"
}
]
},
"threadId": {
"type": "string"
},