{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "items": {
      "description": "Raw Responses API items to append to the thread's model-visible history.",
      "items": true,
      "type": "array"
    },
    "threadId": {
      "type": "string"
    }
  },
  "required": [
    "items",
    "threadId"
  ],
  "title": "ThreadInjectItemsParams",
  "type": "object"
}