diff options
Diffstat (limited to 'schemas.py')
| -rw-r--r-- | schemas.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
