fixes to issues 1 2 and 3. Plus tuning

This commit is contained in:
Steve Androulakis
2025-01-24 15:23:57 -08:00
parent caf5812f90
commit 7977894f64
8 changed files with 154 additions and 39 deletions

View File

@@ -53,7 +53,7 @@ def find_events(args: dict) -> dict:
"dateFrom": event["dateFrom"],
"dateTo": event["dateTo"],
"description": event["description"],
"monthContext": month_context,
"month": month_context,
}
)