# Pull Request Template ## Description Tightens v2 prompt and config to match v1 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. locally ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented on my code, particularly in hard-to-understand areas - [] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules
9 lines
457 B
Plaintext
9 lines
457 B
Plaintext
{% if current_time -%}
|
|
# Current Time
|
|
Current time: {{ current_time }}.
|
|
|
|
Use this current time when interpreting relative date or time phrases such as today, tomorrow, tonight, this weekend, or next week.
|
|
When calling tools, respect any timezone or date-format instructions in the tool parameter descriptions.
|
|
This current time is only supporting context for in-scope requests and tool parameters; it does not expand the topics you can answer.
|
|
{% endif -%}
|