WindowingConversationFormatter

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)

Functions

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