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 that is used when the user does not want any memory configured for the AiService
  • 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>