Omnibus commited on
Commit
3d146de
·
verified ·
1 Parent(s): 1b2ab6f

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -2
prompts.py CHANGED
@@ -10,7 +10,7 @@ Purpose:
10
 
11
  COMPRESS_DATA_PROMPT_SMALL = """
12
  You are attempting to complete the task
13
- task: {direction}
14
  Current data:
15
  {knowledge}
16
  New data:
@@ -23,7 +23,7 @@ Return the data in JSON format
23
 
24
  COMPRESS_DATA_PROMPT = """
25
  You have just completed the task
26
- task: {direction}
27
  Collected data:
28
  {knowledge}
29
  Message:
 
10
 
11
  COMPRESS_DATA_PROMPT_SMALL = """
12
  You are attempting to complete the task
13
+ task: {task}
14
  Current data:
15
  {knowledge}
16
  New data:
 
23
 
24
  COMPRESS_DATA_PROMPT = """
25
  You have just completed the task
26
+ task: {task}
27
  Collected data:
28
  {knowledge}
29
  Message: