Type Alias: ContentBlockType

type ContentBlockType = "text" | "tool_use" | "tool_result" | "thinking";

Defined in: providers/types.ts:13

Content block types