We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f768422 commit 5be9234Copy full SHA for 5be9234
interpreter/interpreter.py
@@ -193,8 +193,9 @@ def default_system_message(self):
193
print("Error adding system capability for platform")
194
195
try:
196
+ # This is updated for each message
197
system_message += (
- f"* The current date is {datetime.today().strftime('%A, %B %d, %Y')}.\n"
198
+ f"* The current time is {datetime.today().strftime('%A, %B %d, %Y at %I:%M:%S %p')}.\n"
199
)
200
except:
201
print("Error adding system capability for date")
0 commit comments