Class MessageAggregator

java.lang.Object
org.springframework.ai.chat.model.MessageAggregator

public class MessageAggregator extends Object
Helper that for streaming chat responses, aggregate the chat response messages into a single AssistantMessage. Job is performed in parallel to the chat response processing.
Since:
1.0.0
Author:
Christian Tzolov