Files
life-echo/api/app/features/conversation/schemas.py

8 lines
126 B
Python
Raw Normal View History

from pydantic import BaseModel
class CreateConversationResponse(BaseModel):
id: str
started_at: str
status: str