summaryrefslogtreecommitdiff
path: root/doPlayback.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPlayback.go')
-rw-r--r--doPlayback.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doPlayback.go b/doPlayback.go
index d6ce604..2db75ae 100644
--- a/doPlayback.go
+++ b/doPlayback.go
@@ -79,6 +79,7 @@ func listChats(chats *chatpb.Chats) {
if numChats > 0 {
lastChat := chats.GetChats()[numChats-1]
log.Printf("The current Gemini API session is UUID: %s\n", lastChat.GetUuid())
+ dumpchat(lastChat)
}
}