Fix prefix compaction CI after main merge

This commit is contained in:
Rohit Arunachalam
2026-04-17 15:27:23 -07:00
parent 6cf6048964
commit 451a8c055d
2 changed files with 41 additions and 4 deletions

View File

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