FakeEchoLLM constructor
const
FakeEchoLLM()
Fake LLM for testing. It just returns the prompt or streams it char by char.
Implementation
const FakeEchoLLM() : super(defaultOptions: const FakeLLMOptions());
Fake LLM for testing. It just returns the prompt or streams it char by char.
const FakeEchoLLM() : super(defaultOptions: const FakeLLMOptions());