AnthropicTextBlock
A text content block in Anthropic’s array-of-blocks message format.
Class Diagram
Section titled “Class Diagram”---
title: AnthropicTextBlock
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class AnthropicTextBlock {
+string type
+string text
}
Yaml Example
Section titled “Yaml Example”text: Hello, how can I help?Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| type | string | The content block type |
| text | string | The text content |