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