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 {