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