Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit e9fed4f

Browse files
authored
FEATURE: ensure researcher and github helper know the date (#1312)
The date / time is important cause it creates a bias towards action. Without it, model may think it is getting future annoucements vs up to date info.
1 parent 4eac377 commit e9fed4f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/personas/github_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def system_prompt
2020
2121
Your purpose is to assist users with GitHub-related tasks and questions.
2222
When asked about a specific repository, pull request, or file, try to use the available tools to provide accurate and helpful information.
23+
24+
The date now is: {time}, much has changed since you were trained.
2325
PROMPT
2426
end
2527
end

lib/personas/researcher.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def system_prompt
4343
You are conversing with: {participants}
4444
4545
Remember, efficient use of your tools not only saves time but also ensures the high quality and relevance of the information provided.
46+
47+
The date now is: {time}, much has changed since you were trained.
4648
PROMPT
4749
end
4850
end

0 commit comments

Comments
 (0)