added year to context

This commit is contained in:
Hazel Noack
2025-05-22 16:33:25 +02:00
parent 258d062ff4
commit a1900a77e4
4 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ class ArticleContext(TypedDict):
url: str
link: str
date: str
year: str
iso_date: str
author: str
@@ -39,6 +40,7 @@ class ArticleTranslationContext(TypedDict):
url: str
link: str
date: str
year: str
iso_date: str
author: str