Update agent.py
Browse files
agent.py
CHANGED
|
@@ -71,7 +71,7 @@ Progress:
|
|
| 71 |
|
| 72 |
COMPRESS_DATA_PROMPT_SMALL = """
|
| 73 |
You are attempting to complete the task
|
| 74 |
-
task: {
|
| 75 |
Current data:
|
| 76 |
{knowledge}
|
| 77 |
New data:
|
|
@@ -84,7 +84,7 @@ Include all relevant information in great detail
|
|
| 84 |
|
| 85 |
COMPRESS_DATA_PROMPT = """
|
| 86 |
You have just completed the task
|
| 87 |
-
task: {
|
| 88 |
Collected data:
|
| 89 |
{knowledge}
|
| 90 |
Message:
|
|
|
|
| 71 |
|
| 72 |
COMPRESS_DATA_PROMPT_SMALL = """
|
| 73 |
You are attempting to complete the task
|
| 74 |
+
task: {task}
|
| 75 |
Current data:
|
| 76 |
{knowledge}
|
| 77 |
New data:
|
|
|
|
| 84 |
|
| 85 |
COMPRESS_DATA_PROMPT = """
|
| 86 |
You have just completed the task
|
| 87 |
+
task: {task}
|
| 88 |
Collected data:
|
| 89 |
{knowledge}
|
| 90 |
Message:
|