From 6e40b1bab429c042d4310ad8d945e97a64957d1b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 21 Aug 2025 14:15:54 -0500 Subject: [PATCH] fix name --- chat.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chat.proto b/chat.proto index fc5ba00..79d2ce5 100644 --- a/chat.proto +++ b/chat.proto @@ -34,7 +34,9 @@ message Chat { google.protobuf.Timestamp ctime = 2; string content = 3; Table table = 4; - repeated ToolCall toolcalls = 5; + repeated ToolCall ToolCalls = 5; + string ContentFile = 6; // `autogenpb:unique` `autogenpb:sort` + string uuid = 7; // `autogenpb:unique` `autogenpb:sort` } message Chats { // `autogenpb:marshal` `autogenpb:mutex`