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