FakeEchoChatModelOptions constructor
const
FakeEchoChatModelOptions({})
Fake Echo Chat Model Options for testing.
Implementation
const FakeEchoChatModelOptions({
super.model,
this.metadata,
this.throwRandomError = false,
super.tools,
super.toolChoice,
super.concurrencyLimit,
});