Class WindowingConversationFormatter

  • All Implemented Interfaces:
    com.embabel.chat.ConversationFormatter

    
    public final class WindowingConversationFormatter
     implements ConversationFormatter
                        

    Conversation formatter that shows the last windowSize messages, optionally skipping the first startIndex messages.

    • Constructor Detail

      • WindowingConversationFormatter

        WindowingConversationFormatter(MessageFormatter messageFormatter, Integer windowSize)
      • WindowingConversationFormatter

        WindowingConversationFormatter(MessageFormatter messageFormatter)
      • WindowingConversationFormatter

        WindowingConversationFormatter()