Uses of Interface
org.springframework.ai.chat.client.advisor.api.MemoryAdvisor
Packages that use MemoryAdvisor
Package
Description
Provides classes for advising chat clients.
Provides the API for chat client advisors.
-
Uses of MemoryAdvisor in org.springframework.ai.chat.client.advisor
Classes in org.springframework.ai.chat.client.advisor that implement MemoryAdvisorModifier and TypeClassDescriptionfinal classMemory is retrieved added as a collection of messages to the prompt -
Uses of MemoryAdvisor in org.springframework.ai.chat.client.advisor.api
Subinterfaces of MemoryAdvisor in org.springframework.ai.chat.client.advisor.apiModifier and TypeInterfaceDescriptioninterfaceBase interface for chat memory advisors.