AccumulatorSnapshot

org.llm4s.llmconnect.streaming.AccumulatorSnapshot
case class AccumulatorSnapshot(content: String, thinking: Option[String], toolCalls: Seq[ToolCall], messageId: Option[String], finishReason: Option[String], promptTokens: Int, completionTokens: Int, thinkingTokens: Int)

Snapshot of accumulator state

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product