feat: storing chat messages and fetching latest messages
This commit is contained in:
@@ -30,7 +30,7 @@ message ChatHistoryRequest {
|
||||
|
||||
message ChatHistoryResponse {
|
||||
int64 chat_id = 1;
|
||||
repeated ChatResponse history = 10;
|
||||
repeated ChatMessage history = 10;
|
||||
}
|
||||
|
||||
message PromptRequest {
|
||||
|
||||
Reference in New Issue
Block a user