ConversationLogEntry

works.iterative.claude.core.log.model.ConversationLogEntry
case class ConversationLogEntry(uuid: Option[String], parentUuid: Option[String], timestamp: Option[Moment], sessionId: String, isSidechain: Boolean, cwd: Option[String], version: Option[String], payload: LogEntryPayload, agentId: Option[String] = ..., isMeta: Boolean = ..., isCompactSummary: Boolean = ...)

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