Omnibus commited on
Commit
c2f3ad5
1 Parent(s): da0e32f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -3
agent.py CHANGED
@@ -6,13 +6,13 @@ Make sure your information is current
6
  Current Date and Time is:
7
  {timestamp}
8
 
9
- Search Purpose:
10
  {purpose}
11
  """
12
 
13
  COMPRESS_DATA_PROMPT_SMALL = """
14
  You are attempting to complete the task
15
- task: Compile this data to achieve this purpose: {purpose}
16
 
17
  Current data:
18
  {knowledge}
@@ -28,7 +28,7 @@ Include all relevant information in great detail
28
 
29
  COMPRESS_DATA_PROMPT = """
30
  You are attempting to complete the task
31
- task: Compile this data to achieve this purpose: {purpose}
32
 
33
  Current data:
34
  {knowledge}
 
6
  Current Date and Time is:
7
  {timestamp}
8
 
9
+ Purpose:
10
  {purpose}
11
  """
12
 
13
  COMPRESS_DATA_PROMPT_SMALL = """
14
  You are attempting to complete the task
15
+ task: {direction}
16
 
17
  Current data:
18
  {knowledge}
 
28
 
29
  COMPRESS_DATA_PROMPT = """
30
  You are attempting to complete the task
31
+ task: {direction}
32
 
33
  Current data:
34
  {knowledge}