menu
langchain_core package
documentation
llms.dart
FakeLLM
responses property
responses property
dark_mode
light_mode
responses
property
List
<
String
>
responses
final
Responses to return in order when called.
Implementation
final List<String> responses;
langchain_core package
documentation
llms
FakeLLM
responses property
FakeLLM class