In Memory Conversation
data class InMemoryConversation constructor(val messages: List<Message> = emptyList(), val id: String = MobyNameGenerator.generateName(), persistent: Boolean = false) : Conversation
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Non-null if the conversation has messages and the last message is from the user.
Link copied to clipboard
Link copied to clipboard
open fun promptContributor(conversationFormatter: ConversationFormatter = WindowingConversationFormatter()): <Error class: unknown class>
Link copied to clipboard