Share via


MessageBlockType type

Specifies the kind of content block within a message. Could be text, an image file, an external image URL, or an unknown future type.

type MessageBlockType = "text" | "image_file" | "image_url"