Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
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}
|