Merge branch 'refactor/backend-architecture' into development
This commit is contained in:
8
api/app/features/conversation/schemas.py
Normal file
8
api/app/features/conversation/schemas.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class CreateConversationResponse(BaseModel):
|
||||
id: str
|
||||
started_at: str
|
||||
status: str
|
||||
Reference in New Issue
Block a user