Omnibus commited on
Commit
50fcefb
·
1 Parent(s): a734d46

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -12,7 +12,7 @@ Search Purpose:
12
 
13
  COMPRESS_DATA_PROMPT_SMALL = """
14
  You are attempting to complete the task
15
- task: {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: {purpose}
32
 
33
  Current data:
34
  {knowledge}
 
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
 
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}