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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article