Versions in this module Expand all Collapse all v0 v0.1.0 Sep 26, 2024 Changes in this version + const Separator + func IntSliceToString(nums []int) string + func StringToIntSlice(s string) ([]int, error) + type Chat struct + Context []int + ID *int64 + Model int + Owner string + Questions []string + Responses []string + Title string + func (c *Chat) ContextFromDB(db []byte) + func (c *Chat) ContextToDB() []byte + func (c *Chat) QuestionsToString() string + func (c *Chat) ResponsesToString() string + func (c *Chat) SetQuestions(questions string) + func (c *Chat) SetResponses(responses string)