{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ContextCompactedNotification", "description": "Deprecated: Use `ContextCompaction` item type instead.", "type": "object", "required": [ "threadId", "turnId" ], "properties": { "threadId": { "type": "string" }, "turnId": { "type": "string" } } }