Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -6,13 +6,13 @@ Make sure your information is current
|
|
6 |
Current Date and Time is:
|
7 |
{timestamp}
|
8 |
|
9 |
-
|
10 |
{purpose}
|
11 |
"""
|
12 |
|
13 |
COMPRESS_DATA_PROMPT_SMALL = """
|
14 |
You are attempting to complete the task
|
15 |
-
task:
|
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:
|
32 |
|
33 |
Current data:
|
34 |
{knowledge}
|
|
|
6 |
Current Date and Time is:
|
7 |
{timestamp}
|
8 |
|
9 |
+
Purpose:
|
10 |
{purpose}
|
11 |
"""
|
12 |
|
13 |
COMPRESS_DATA_PROMPT_SMALL = """
|
14 |
You are attempting to complete the task
|
15 |
+
task: {direction}
|
16 |
|
17 |
Current data:
|
18 |
{knowledge}
|
|
|
28 |
|
29 |
COMPRESS_DATA_PROMPT = """
|
30 |
You are attempting to complete the task
|
31 |
+
task: {direction}
|
32 |
|
33 |
Current data:
|
34 |
{knowledge}
|