ChatTemplate constructor
const
ChatTemplate({})
Creates a ChatTemplate with the given format strings.
Implementation
const ChatTemplate({
required this.system,
required this.user,
required this.assistant,
this.systemDefault = 'You are a helpful assistant.',
});