Conversation

interface Conversation

Conversation shim for agent system

Inheritors

Properties

Link copied to clipboard
abstract val messages: List<Message>

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard

Non-null if the conversation has messages and the last message is from the user.

Link copied to clipboard
open fun promptContributor(conversationFormatter: ConversationFormatter = WindowingConversationFormatter()): <Error class: unknown class>
Link copied to clipboard
abstract fun withMessage(message: Message): Conversation