mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Add background prefix compaction prewarm
This commit is contained in:
@@ -334,6 +334,13 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"ContextCompactionKind": {
|
||||
"enum": [
|
||||
"classic",
|
||||
"prefix"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"DynamicToolCallOutputContentItem": {
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -1521,6 +1528,16 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"kind": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/ContextCompactionKind"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": {
|
||||
"enum": [
|
||||
"contextCompaction"
|
||||
|
||||
Reference in New Issue
Block a user