attempt to add paths, but it was wrong

This commit is contained in:
Jeff Carr 2025-09-01 12:38:37 -05:00
parent 76c088fea5
commit abc5bee273
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ message ChatEntry {
repeated Part parts = 9; repeated Part parts = 9;
GeminiRequest GeminiRequest = 10; GeminiRequest GeminiRequest = 10;
int32 RequestCounter = 11; int32 RequestCounter = 11;
repeated string paths = 12;
} }
message SessionStats { message SessionStats {