Transcript

works.iterative.claude.ui.transcript.Transcript
See theTranscript companion object
final case class Transcript(sessionId: String, entries: List[TranscriptEntry])

One session's conversation as the reader sees it.

Value parameters

entries

the rows in conversation order, oldest first

sessionId

the session this page was read from, echoed back so a page can be attributed to a conversation without trusting the request that asked for it

Attributes

Companion
object
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