Message constructor
const
Message({})
Implementation
const Message({
required this.role,
this.contents = Contents.empty,
this.toolCalls = const [],
this.channels = const {},
});
const Message({
required this.role,
this.contents = Contents.empty,
this.toolCalls = const [],
this.channels = const {},
});