Uses of Interface
io.quarkiverse.langchain4j.runtime.aiservice.ChatMemoryConfig.TokenWindow
Packages that use ChatMemoryConfig.TokenWindow
-
Uses of ChatMemoryConfig.TokenWindow in io.quarkiverse.langchain4j.runtime.aiservice
Methods in io.quarkiverse.langchain4j.runtime.aiservice that return ChatMemoryConfig.TokenWindowModifier and TypeMethodDescriptionChatMemoryConfig.tokenWindow()Configures aspects of theTokenWindowChatMemorywhich is enabled if thequarkus.langchain4j.chat-memory.typeconfiguration property is set totoken-windowand if no nd no bean of typeChatMemoryProvideris present in the application.