Interface BaseAdvisorChain
- All Superinterfaces:
AdvisorChain,CallAdvisorChain,StreamAdvisorChain
- All Known Implementing Classes:
DefaultAroundAdvisorChain
A base interface for advisor chains that can be used to chain multiple advisors
together, both for call and stream advisors.
- Since:
- 1.0.0
- Author:
- Thomas Vitale
-
Method Summary
Methods inherited from interface org.springframework.ai.chat.client.advisor.api.AdvisorChain
getObservationRegistryMethods inherited from interface org.springframework.ai.chat.client.advisor.api.CallAdvisorChain
getCallAdvisors, nextCallMethods inherited from interface org.springframework.ai.chat.client.advisor.api.StreamAdvisorChain
getStreamAdvisors, nextStream