Uses of Package
org.springframework.ai.chat.client.advisor
Packages that use org.springframework.ai.chat.client.advisor
Package
Description
Provides classes for advising chat clients.
Spring AI chat client advisors package.
-
Classes in org.springframework.ai.chat.client.advisor used by org.springframework.ai.chat.client.advisorClassDescriptionAbstract class that serves as a base for chat memory advisors.Abstract builder for
AbstractChatMemoryAdvisor
.Default implementation for theBaseAdvisorChain
.Memory is retrieved added as a collection of messages to the promptMemory is retrieved added into the prompt's system text.ACallAroundAdvisor
andStreamAroundAdvisor
that filters out the response if the user input contains any of the sensitive words. -
Classes in org.springframework.ai.chat.client.advisor used by org.springframework.ai.chat.client.advisor.vectorstoreClassDescriptionAbstract class that serves as a base for chat memory advisors.Abstract builder for
AbstractChatMemoryAdvisor
.