Type Alias: ChatMessageContent
type ChatMessageContent: string | ChatMessageContentObject[];
Union representing plain text or an array of structured content entries.
type ChatMessageContent: string | ChatMessageContentObject[];
Union representing plain text or an array of structured content entries.