Files
boss/docs/protocol-snapshots/codex-app-server/0.135.0-alpha.1/json-schema/v2/ReasoningSummaryPartAddedNotification.json
2026-05-31 03:25:30 +08:00

26 lines
454 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ReasoningSummaryPartAddedNotification",
"type": "object",
"required": [
"itemId",
"summaryIndex",
"threadId",
"turnId"
],
"properties": {
"itemId": {
"type": "string"
},
"summaryIndex": {
"type": "integer",
"format": "int64"
},
"threadId": {
"type": "string"
},
"turnId": {
"type": "string"
}
}
}