Files
MAIA/backend/modules/nlp/schemas.py

6 lines
117 B
Python

# modules/nlp/schemas.py
from pydantic import BaseModel
class ProcessCommandRequest(BaseModel):
user_input: str