summaryrefslogtreecommitdiff
path: root/schemas.py
diff options
context:
space:
mode:
Diffstat (limited to 'schemas.py')
-rw-r--r--schemas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas.py b/schemas.py
index 0d16826..fe7bee2 100644
--- a/schemas.py
+++ b/schemas.py
@@ -134,6 +134,7 @@ class MenuPlanRead(BaseModel):
plan: str
generated_at: datetime
model_used: Optional[str]
+ notes: Optional[str] = None
model_config = ConfigDict(from_attributes=True)