From 19e8cf39df959922e3b70c2ac088bf0e5b542ca0 Mon Sep 17 00:00:00 2001 From: John Strunk Date: Tue, 4 Jun 2024 17:51:19 +0000 Subject: [PATCH] Add the current date to the prompt Signed-off-by: John Strunk --- summarizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/summarizer.py b/summarizer.py index fb69c97..adb561a 100644 --- a/summarizer.py +++ b/summarizer.py @@ -188,6 +188,7 @@ def summarize_issue( # pylint: disable=too-many-arguments,too-many-branches,too * Use only the information below to create your summary. * Include only the text of your summary in the response with no formatting. * Limit your summary to 100 words or less. +* Today is {datetime.now().strftime("%A, %B %d, %Y")}. ``` {full_description}