@@ -3,4 +3,9 @@ from pydantic import BaseModel
class ChatRequest(BaseModel):
username: str
message: str
thread_id: str
class SessionMessageResponse(BaseModel):
title: str
The note is not visible to the blocked user.