diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 12:38:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 12:38:37 -0500 |
| commit | abc5bee273f0bb3dde117b512978f3ea5ea34602 (patch) | |
| tree | d6196d80aab4c1003ab3cddf7acbdca0f7472f41 | |
| parent | 76c088fea5612be44f649730f9f0b31e67c7ea4d (diff) | |
attempt to add paths, but it was wrong
| -rw-r--r-- | chat.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ message ChatEntry { repeated Part parts = 9; GeminiRequest GeminiRequest = 10; int32 RequestCounter = 11; + repeated string paths = 12; } message SessionStats { |
