summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-01 12:38:37 -0500
committerJeff Carr <[email protected]>2025-09-01 12:38:37 -0500
commitabc5bee273f0bb3dde117b512978f3ea5ea34602 (patch)
treed6196d80aab4c1003ab3cddf7acbdca0f7472f41
parent76c088fea5612be44f649730f9f0b31e67c7ea4d (diff)
attempt to add paths, but it was wrong
-rw-r--r--chat.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.proto b/chat.proto
index b8dcf76..a226eec 100644
--- a/chat.proto
+++ b/chat.proto
@@ -171,6 +171,7 @@ message ChatEntry {
repeated Part parts = 9;
GeminiRequest GeminiRequest = 10;
int32 RequestCounter = 11;
+ repeated string paths = 12;
}
message SessionStats {