{
  "$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"
}