Package dev.langchain4j.chain


package dev.langchain4j.chain
  • Class
    Description
    Chain<Input,Output>
    Represents a chain step that takes an input and produces an output.
    A chain for conversing with a specified ChatLanguageModel while maintaining a memory of the conversation.
    A chain for conversing with a specified ChatLanguageModel based on the information retrieved by a specified ContentRetriever.