Package com.embabel.chat
Class WindowingConversationFormatter
-
- All Implemented Interfaces:
-
com.embabel.chat.ConversationFormatter
public final class WindowingConversationFormatter implements ConversationFormatter
Conversation formatter that shows the last
windowSizemessages, optionally skipping the firststartIndexmessages.
-
-
Constructor Summary
Constructors Constructor Description WindowingConversationFormatter(MessageFormatter messageFormatter, Integer windowSize, Integer startIndex)WindowingConversationFormatter(MessageFormatter messageFormatter, Integer windowSize)WindowingConversationFormatter(MessageFormatter messageFormatter)WindowingConversationFormatter()
-
Method Summary
Modifier and Type Method Description Stringformat(Conversation conversation)-
-
Constructor Detail
-
WindowingConversationFormatter
WindowingConversationFormatter(MessageFormatter messageFormatter, Integer windowSize, Integer startIndex)
-
WindowingConversationFormatter
WindowingConversationFormatter(MessageFormatter messageFormatter, Integer windowSize)
-
WindowingConversationFormatter
WindowingConversationFormatter(MessageFormatter messageFormatter)
-
WindowingConversationFormatter
WindowingConversationFormatter()
-
-
Method Detail
-
format
String format(Conversation conversation)
-
-
-
-