AIChatMessage constructor

const AIChatMessage({
  1. required List<AIChatMessageContentBlock> content,
})

Type of message that is spoken by the AI.

Implementation

const AIChatMessage({required this.content});