Interface RequestResponseAdvisor

All Superinterfaces:
Advisor, CallAroundAdvisor, org.springframework.core.Ordered, StreamAroundAdvisor

@Deprecated public interface RequestResponseAdvisor extends CallAroundAdvisor, StreamAroundAdvisor
Deprecated.
since 1.0.0 M3 please use CallAroundAdvisor or StreamAroundAdvisor instead.
Advisor called before and after the ChatModel.call(Prompt) and ChatModel.stream(Prompt) methods calls. The ChatClient maintains a chain of advisors with shared advise context.
Since:
1.0.0
Author:
Christian Tzolov