Skip to main content

Type Alias: ChatMessageContent

type ChatMessageContent: string | ChatMessageContentObject[];

Union representing plain text or an array of structured content entries.