Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InspectSession ¶
func ListSessions ¶
func ListSessions()
func SwitchSession ¶
func SwitchSession(uuid string)
Types ¶
type Interaction ¶
type Session ¶
type Session struct {
Uuid string `json:"uuid"`
Messages []Interaction `json:"history"`
}
func ClearSession ¶
func ClearSession() *Session
func LoadLatest ¶
func LoadLatest() *Session
func NewSession ¶
func NewSession() *Session
func (*Session) AddMessage ¶
Click to show internal directories.
Click to hide internal directories.