Package dev.langchain4j.chain
Class ConversationalChain
java.lang.Object
dev.langchain4j.chain.ConversationalChain
A chain for conversing with a specified
Chains are not going to be developed further, it is recommended to use
ChatLanguageModel
while maintaining a memory of the conversation.
Includes a default ChatMemory
(a message window with maximum 10 messages), which can be overridden.
Chains are not going to be developed further, it is recommended to use
AiServices
instead.-
Nested Class Summary
-
Method Summary