mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Simplify prefix compaction prewarm
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user