ChatExample constructor

const ChatExample({
  1. required ChatMessage input,
  2. required ChatMessage output,
})

An example of a conversation between the end-user and the model.

Implementation

const ChatExample({required this.input, required this.output});