ConversationFormatter

fun interface ConversationFormatter

Format a conversation into a String for inclusion in a prompt. Note that we often prefer to use messages.

Inheritors

Functions

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