Skip to content

Commit

Permalink
Add the current date to the prompt
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Jun 4, 2024
1 parent 096d844 commit 19e8cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 19e8cf3

Please sign in to comment.