6 lines
195 B
Markdown
6 lines
195 B
Markdown
# chat-service
|
|
|
|
NestJS. Chat session lifecycle and message history persistence (Postgres).
|
|
Calls `ai-service` synchronously per user message to get the assistant reply,
|
|
then persists both turns.
|