Chore: tools to their own file [wip]

This commit is contained in:
Grail Finder
2024-11-20 13:32:32 +03:00
parent 8ae4d075c4
commit fc517c2c69
5 changed files with 65 additions and 41 deletions

View File

@@ -20,3 +20,8 @@ func (c Chat) ToHistory() ([]MessagesStory, error) {
}
return resp, nil
}
type Memory struct {
Topic string `db:"topic" json:"topic"`
Data string `db:"data" json:"data"`
}