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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user