ChatExample constructor
const
ChatExample({
- required ChatMessage input,
- required ChatMessage output,
An example of a conversation between the end-user and the model.
Implementation
const ChatExample({
required this.input,
required this.output,
});