org.llm4s.context.ContextStep
See theContextStep companion object
case class ContextStep(name: String, conversation: Conversation, tokensBefore: Int, tokensAfter: Int, applied: Boolean)
Represents a single step in the context management pipeline
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article