AiMessage constructor
const
AiMessage({
- required AiRole role,
- String? text,
- List<
AiToolCall> toolCalls = const [], - AiToolResult? toolResult,
Implementation
const AiMessage({
required this.role,
this.text,
this.toolCalls = const [],
this.toolResult,
});