- All Implemented Interfaces:
Supplier<dev.langchain4j.memory.chat.ChatMemoryProvider>
public class CustomProvider
extends Object
implements Supplier<dev.langchain4j.memory.chat.ChatMemoryProvider>
-
Constructor Summary
Constructors
-
Method Summary
dev.langchain4j.memory.chat.ChatMemoryProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CustomProvider
public CustomProvider()
-
Method Details
-
get
public dev.langchain4j.memory.chat.ChatMemoryProvider get()
- Specified by:
get in interface Supplier<dev.langchain4j.memory.chat.ChatMemoryProvider>