codex / codex-rs /app-server-protocol /schema /json /v2 /ContextCompactedNotification.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
50ae831 verified
Raw
History Blame Contribute Delete
362 Bytes
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Deprecated: Use `ContextCompaction` item type instead.",
"properties": {
"threadId": {
"type": "string"
},
"turnId": {
"type": "string"
}
},
"required": [
"threadId",
"turnId"
],
"title": "ContextCompactedNotification",
"type": "object"
}