Class RegisterAiService.NoChatMemoryProviderSupplier

java.lang.Object
io.quarkiverse.langchain4j.RegisterAiService.NoChatMemoryProviderSupplier
All Implemented Interfaces:
Supplier<dev.langchain4j.memory.chat.ChatMemoryProvider>
Enclosing class:
RegisterAiService

public static final class RegisterAiService.NoChatMemoryProviderSupplier extends Object implements Supplier<dev.langchain4j.memory.chat.ChatMemoryProvider>
Marker class to indicate that no chat memory should be used
  • Constructor Details

    • NoChatMemoryProviderSupplier

      public NoChatMemoryProviderSupplier()
  • Method Details

    • get

      public dev.langchain4j.memory.chat.ChatMemoryProvider get()
      Specified by:
      get in interface Supplier<dev.langchain4j.memory.chat.ChatMemoryProvider>