Class DisabledChatModel
java.lang.Object
dev.langchain4j.model.chat.DisabledChatModel
- All Implemented Interfaces:
ChatModel
A
ChatModel which throws a ModelDisabledException for all of its methods
This could be used in tests, or in libraries that extend this one to conditionally enable or disable functionality.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ChatModel
chat, chat, chat, chat, defaultRequestParameters, listeners, provider, supportedCapabilities