Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -17,7 +17,7 @@ Include all {key:value pairs,} that exist in that data row, and compile it into
|
|
17 |
GET_KEYWORD = """
|
18 |
User Request: {task}
|
19 |
Current Data:
|
20 |
-
{
|
21 |
New Data:
|
22 |
{history}
|
23 |
"""
|
|
|
17 |
GET_KEYWORD = """
|
18 |
User Request: {task}
|
19 |
Current Data:
|
20 |
+
{knowledge}
|
21 |
New Data:
|
22 |
{history}
|
23 |
"""
|