From fe0c0d8f4f1626f18a7f2ec9c6340b9b6376b122 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Sep 2025 13:32:34 -0500 Subject: [PATCH] add autogenpb GUI protobuf tables --- chat.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.proto b/chat.proto index 6f9ff97..e7e6c41 100644 --- a/chat.proto +++ b/chat.proto @@ -187,7 +187,7 @@ message Chat { repeated SessionStats Session = 5; } -message Chats { // `autogenpb:marshal` `autogenpb:mutex` +message Chats { // `autogenpb:marshal` `autogenpb:mutex` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:9fd31f10-c25d-4d66-bc8d-5f6eb7c79057` `autogenpb:primary` string version = 2; // `autogenpb:version:v0.0.1` repeated Chat Chats = 3; // THIS MUST BE Chat and then Chats