Class WildFlyChatMemoryFactory
java.lang.Object
org.wildfly.extension.ai.injection.WildFlyChatMemoryFactory
- All Implemented Interfaces:
io.smallrye.llm.core.langchain4j.core.config.spi.ChatMemoryFactory
public class WildFlyChatMemoryFactory
extends Object
implements io.smallrye.llm.core.langchain4j.core.config.spi.ChatMemoryFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.memory.ChatMemorygetChatMemory(jakarta.enterprise.inject.Instance<Object> lookup, int size)
-
Constructor Details
-
WildFlyChatMemoryFactory
public WildFlyChatMemoryFactory()
-
-
Method Details