WindowingConversationFormatter

class WindowingConversationFormatter constructor(messageFormatter: MessageFormatter = SimpleMessageFormatter, windowSize: Int = 100) : ConversationFormatter

Conversation formatter that shows the last windowSize messages

Constructors

Link copied to clipboard
constructor(messageFormatter: MessageFormatter = SimpleMessageFormatter, windowSize: Int = 100)

Functions

Link copied to clipboard
open override fun format(conversation: Conversation): String