From 21ca3300d4e8bccb6e324ec7c3fa62aa2f1cea35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 22 Aug 2025 02:38:49 -0500 Subject: changed protobuf --- chat.proto | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'chat.proto') diff --git a/chat.proto b/chat.proto index 19b42e1..1cc083a 100644 --- a/chat.proto +++ b/chat.proto @@ -40,22 +40,16 @@ message ChatEntry { // `autogenpb:nomute string content = 3; Table table = 4; repeated ToolCall ToolCalls = 5; - string ContentFile = 6; // `autogenpb:unique` `autogenpb:sort` + string ContentFile = 6; string uuid = 7; // `autogenpb:unique` `autogenpb:sort` repeated CodeSnippet Snippets = 8; } message Chat { // `autogenpb:nomutex` - Who from = 1; + string uuid = 1; // `autogenpb:unique` `autogenpb:sort` google.protobuf.Timestamp ctime = 2; - string content = 3; - Table table = 4; - repeated ToolCall ToolCalls = 5; - string ContentFile = 6; // `autogenpb:unique` `autogenpb:sort` - string uuid = 7; // `autogenpb:unique` `autogenpb:sort` - repeated CodeSnippet Snippets = 8; - string ChatName = 9; - repeated ChatEntry Entries = 10; + string ChatName = 3; + repeated ChatEntry Entries = 4; } message Chats { // `autogenpb:marshal` `autogenpb:mutex` -- cgit v1.2.3