feat: storing chat messages and fetching latest messages

This commit is contained in:
2026-02-13 21:34:35 +02:00
parent e63fd76d2f
commit 3ce2fa3841
4 changed files with 107 additions and 78 deletions

View File

@@ -30,7 +30,7 @@ message ChatHistoryRequest {
message ChatHistoryResponse {
int64 chat_id = 1;
repeated ChatResponse history = 10;
repeated ChatMessage history = 10;
}
message PromptRequest {