diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 14:15:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 14:15:54 -0500 |
| commit | 6e40b1bab429c042d4310ad8d945e97a64957d1b (patch) | |
| tree | afc0e3a66620fecf737359c015ff2ed099703689 /chat.proto | |
| parent | 924262b5d35623542c4c6a901c72a59988121dae (diff) | |
fix namev0.0.1
Diffstat (limited to 'chat.proto')
| -rw-r--r-- | chat.proto | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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` |
