mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 21:14:36 +00:00
Add idempotent_id to chat and threads services (#64)
* Add idempotent_id to chat and threads services * Rename
This commit is contained in:
@@ -84,9 +84,10 @@ message DeleteConversationRequest {
|
||||
message DeleteConversationResponse {}
|
||||
|
||||
message CreateMessageRequest {
|
||||
string conversation_id = 1;
|
||||
string author_id = 2;
|
||||
string text = 3;
|
||||
string id = 1;
|
||||
string conversation_id = 2;
|
||||
string author_id = 3;
|
||||
string text = 4;
|
||||
}
|
||||
|
||||
message CreateMessageResponse {
|
||||
|
||||
Reference in New Issue
Block a user