Files
AiDA_Python/app/schemas/chat_robot.py

8 lines
120 B
Python

from pydantic import BaseModel
class ChatRobotModel(BaseModel):
message: str
session_id: str
user_id: int