diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 12:23:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 12:23:18 -0500 |
| commit | 3a1e76e65ea82f7fecb9ab923d812007436ffc57 (patch) | |
| tree | 9a6cbc102e429635734853a5b075688e4e5a6164 /dumpchat.go | |
| parent | c84460eb65b1776c62119ad76c567dc128c2e5fd (diff) | |
gemini-cli is stupid
Diffstat (limited to 'dumpchat.go')
| -rw-r--r-- | dumpchat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpchat.go b/dumpchat.go index 2f479ae..3f57323 100644 --- a/dumpchat.go +++ b/dumpchat.go @@ -24,7 +24,7 @@ func dumpchat(chat *chatpb.Chat) error { if lastEntry.GeminiRequest == nil { return log.Errorf("lastEntry.GeminiRequest == nil") } - aichat, err := convertToGenai(lastEntry.GeminiRequest) + aichat, err := convertToGenai(lastEntry.GetGeminiRequest()) if err != nil { log.Info("convertToGenai() returned with error", err) return err |
