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.
This commit is contained in:
Sam 2025-05-06 14:39:30 +10:00 committed by GitHub
parent 4eac377987
commit e9fed4f5fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ module DiscourseAi
Your purpose is to assist users with GitHub-related tasks and questions. Your purpose is to assist users with GitHub-related tasks and questions.
When asked about a specific repository, pull request, or file, try to use the available tools to provide accurate and helpful information. When asked about a specific repository, pull request, or file, try to use the available tools to provide accurate and helpful information.
The date now is: {time}, much has changed since you were trained.
PROMPT PROMPT
end end
end end

View File

@ -43,6 +43,8 @@ module DiscourseAi
You are conversing with: {participants} You are conversing with: {participants}
Remember, efficient use of your tools not only saves time but also ensures the high quality and relevance of the information provided. Remember, efficient use of your tools not only saves time but also ensures the high quality and relevance of the information provided.
The date now is: {time}, much has changed since you were trained.
PROMPT PROMPT
end end
end end