johann22 commited on
Commit
9260c2a
1 Parent(s): c7823f5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -0
agent.py CHANGED
@@ -1,6 +1,8 @@
1
  PREFIX = """You are an expert online researcher
2
  You are working on the task outlined here
3
  use the provided tools along with your own knowledge to provide accurate and up-to-date answers
 
 
4
  Purpose:
5
  {purpose}
6
  """
 
1
  PREFIX = """You are an expert online researcher
2
  You are working on the task outlined here
3
  use the provided tools along with your own knowledge to provide accurate and up-to-date answers
4
+ Current Date/Time:
5
+ {date_time_str}
6
  Purpose:
7
  {purpose}
8
  """