struct

Smith::Session::IndexEntry

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(id : String, created_at : Time, updated_at : Time, first_prompt : String, message_count : Int32, name : String | Nil = nil, parent_id : String | Nil = nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at
Source
first_prompt
Source
message_count
Source
name

Index files written before names existed simply have no field.

Source
parent_id
Source
reference

What to type to get this session back.

Source
updated_at
Source