SessionInfo

org.llm4s.assistant.SessionInfo
See theSessionInfo companion object
case class SessionInfo(id: SessionId, title: String, filePath: FilePath, created: LocalDateTime, messageCount: Int, fileSize: Long)

Information about a saved session file.

Contains metadata about a persisted session including file location and statistics about the conversation.

Value parameters

created

Timestamp when the session was created

filePath

Path to the session JSON file

fileSize

Size of the session file in bytes

id

Unique session identifier

messageCount

Number of messages in the conversation

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