Bel LaPointe 2024-04-19 14:33:12 -06:00
parent 1b06f727fd
commit 93672e67a6
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ func newPersistenceToRecapProcess(cfg Config) processFunc {
return err
}
log.Println("recapped", thread.ID)
if cfg.Debug {
log.Printf("Recapped %q as %q from %q/%q and %+v", thread.ID, thread.Recap, cfg.RecapPromptIntro, cfg.RecapPrompt, messages)
}
}
return nil
}(); err != nil {