{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AgentMessageDeltaNotification", "type": "object", "required": [ "delta", "itemId", "threadId", "turnId" ], "properties": { "delta": { "type": "string" }, "itemId": { "type": "string" }, "threadId": { "type": "string" }, "turnId": { "type": "string" } } }