diff options
| author | Castor Regex <[email protected]> | 2025-08-31 22:31:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 22:31:11 -0500 |
| commit | 710693b18a88643ac75bee89695f5f286923384e (patch) | |
| tree | 868d7ef79103ef7722757f71cd5bd4070dd8823a /doPlayback.go | |
| parent | 8c8fccc650bfe313e522aaf80dcccb3600566a22 (diff) | |
feat: add dumpchat function
Diffstat (limited to 'doPlayback.go')
| -rw-r--r-- | doPlayback.go | 1 |
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) } } |
