ManagedConversation

org.llm4s.context.ManagedConversation
case class ManagedConversation(conversation: Conversation, originalTokens: Int, finalTokens: Int, steps: Seq[ContextStep])

Final result of context management pipeline

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def summary: String
def totalTokensSaved: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product