Files
AiDA_Python/app/schemas/chat_robot.py

8 lines
120 B
Python
Raw Permalink Normal View History

2024-05-29 11:12:59 +08:00
from pydantic import BaseModel
class ChatRobotModel(BaseModel):
message: str
session_id: str
user_id: int