feat: annotate experimental fields in app server protocol

This commit is contained in:
Michael Bolin
2026-01-30 01:39:13 -08:00
parent d550fbf41a
commit ffb4fe6e7d
556 changed files with 86440 additions and 38 deletions

View File

@@ -0,0 +1,25 @@
{
"$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": "CommandExecutionOutputDeltaNotification",
"type": "object"
}