summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {