SessionSummary

org.llm4s.assistant.SessionSummary
See theSessionSummary companion object
case class SessionSummary(id: SessionId, title: String, filename: String, created: LocalDateTime)

Summary of a session for listing and display purposes.

Lightweight representation of a session containing only essential information for session selection UI.

Value parameters

created

Timestamp when the session was created

filename

Base filename of the session file

id

Unique session identifier

title

Human-readable session title

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