# api/models/responses.py from pydantic import BaseModel class ChatResponse(BaseModel): status: str message: str