{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/ai-chat-response-message/v/1",
  "kind": "entityType",
  "title": "AI Chat Response Message",
  "type": "object",
  "allOf": [],
  "description": "Defines an AI-generated response message in an “AI Chat” Block’s thread.",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@blockprotocol/types/entity-type/followed-by/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@hash/types/entity-type/ai-chat-request-message/v/1"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/"
  ]
}