mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
26 lines
454 B
JSON
26 lines
454 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"itemId": {
|
|
"type": "string"
|
|
},
|
|
"summaryIndex": {
|
|
"format": "int64",
|
|
"type": "integer"
|
|
},
|
|
"threadId": {
|
|
"type": "string"
|
|
},
|
|
"turnId": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"itemId",
|
|
"summaryIndex",
|
|
"threadId",
|
|
"turnId"
|
|
],
|
|
"title": "ReasoningSummaryPartAddedNotification",
|
|
"type": "object"
|
|
} |