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