Spaces:
Build error
Build error
Update prompts.py
Browse files- 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: {
|
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: {
|
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:
|