Interface StreamAdvisor

All Superinterfaces:
Advisor, org.springframework.core.Ordered
All Known Subinterfaces:
BaseAdvisor, BaseChatMemoryAdvisor
All Known Implementing Classes:
ChatModelStreamAdvisor, MessageChatMemoryAdvisor, PromptChatMemoryAdvisor, SafeGuardAdvisor, SimpleLoggerAdvisor, StructuredOutputValidationAdvisor, ToolCallAdvisor

public interface StreamAdvisor extends Advisor
Advisor for execution flows ultimately resulting in a streaming call to an AI model.
Since:
1.0.0
Author:
Christian Tzolov, Dariusz Jedrzejczyk, Thomas Vitale