AIChatMessage constructor
const
AIChatMessage({
- required String content,
- List<
AIChatMessageToolCall> toolCalls = const [],
Type of message that is spoken by the AI.
Implementation
const AIChatMessage({
required this.content,
this.toolCalls = const [],
});