NormalizedMessage constructor
const
NormalizedMessage({})
Implementation
const NormalizedMessage({
required this.role,
this.textParts = const [],
this.thinkingParts = const [],
this.toolCalls = const [],
this.rawProvider,
});