FakeEchoChatModel constructor

const FakeEchoChatModel({
  1. FakeEchoChatModelOptions defaultOptions = const FakeEchoChatModelOptions(),
})

Fake Chat Model for testing. It just returns the content of the last message of the prompt or streams it char by char.

Implementation

const FakeEchoChatModel({
  super.defaultOptions = const FakeEchoChatModelOptions(),
});