fix name
This commit is contained in:
parent
924262b5d3
commit
6e40b1bab4
|
@ -34,7 +34,9 @@ message Chat {
|
||||||
google.protobuf.Timestamp ctime = 2;
|
google.protobuf.Timestamp ctime = 2;
|
||||||
string content = 3;
|
string content = 3;
|
||||||
Table table = 4;
|
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`
|
message Chats { // `autogenpb:marshal` `autogenpb:mutex`
|
||||||
|
|
Loading…
Reference in New Issue