Type Alias: ContentBlock

type ContentBlock = 
  | TextBlock
  | ToolUseBlock
  | ToolResultBlock
  | ThinkingBlock
  | ImageBlock;

Defined in: providers/types.ts:81

Union of all content block types