[V0.1 WORKING] Added chat, profile, & calendar screen implementations.
This commit is contained in:
5
backend/modules/nlp/schemas.py
Normal file
5
backend/modules/nlp/schemas.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# modules/nlp/schemas.py
|
||||
from pydantic import BaseModel
|
||||
|
||||
class ProcessCommandRequest(BaseModel):
|
||||
user_input: str
|
||||
Reference in New Issue
Block a user