E-Commerce-Chatbot-recommendation / api /models /chat_agent_models.py
VashuTheGreat2's picture
Upload folder using huggingface_hub
243b4bc verified
Raw
History Blame Contribute Delete
105 Bytes
from pydantic import BaseModel
class ChatAgentModel(BaseModel):
message: str
thread_id: str