Type guard for text content blocks (ACP or Claude style).
Matches objects of the form { type: "text", text: string }.
{ type: "text", text: string }
The value to check.
true if value is a text content block.
true
value
Type guard for text content blocks (ACP or Claude style).
Matches objects of the form
{ type: "text", text: string }.