added year to context
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user