{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/ai-text-block/v/2",
  "kind": "entityType",
  "title": "AI Text Block",
  "type": "object",
  "allOf": [],
  "description": "The block entity of the AI [generated] text block.\n\nSee: https://blockprotocol.org/@hash/blocks/ai-text",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/openai-text-model-name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/openai-text-model-name/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/openai-text-model-prompt/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/openai-text-model-prompt/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/v/1"
    }
  },
  "required": []
}