Windowing Conversation Formatter
class WindowingConversationFormatter constructor(messageFormatter: MessageFormatter = SimpleMessageFormatter, windowSize: Int = 100, startIndex: Int = 0) : ConversationFormatter
Conversation formatter that shows the last windowSize messages, optionally skipping the first startIndex messages.
Constructors
Link copied to clipboard
constructor(messageFormatter: MessageFormatter = SimpleMessageFormatter, windowSize: Int = 100, startIndex: Int = 0)