impl PersistenceToRecap pipeline where each resolved event gets an ai recap of each of its threads that have messages persisted under the thread as a Recap column

This commit is contained in:
Bel LaPointe
2024-04-19 13:19:14 -06:00
parent 20256bd6b4
commit 6d81164161
8 changed files with 177 additions and 59 deletions

View File

@@ -8,6 +8,7 @@ type Thread struct {
TS uint64
Channel string
EventID string
Recap string
}
func NewThread(ID, URL string, TS uint64, Channel string, EventID string) Thread {