Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -89,7 +89,7 @@ task: {task}
|
|
89 |
{history}"""
|
90 |
|
91 |
|
92 |
-
|
93 |
You have access to the following tools:
|
94 |
- action: UPDATE-TASK action_input=NEW_TASK
|
95 |
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
|
|
89 |
{history}"""
|
90 |
|
91 |
|
92 |
+
ACTION_PROMPT = """
|
93 |
You have access to the following tools:
|
94 |
- action: UPDATE-TASK action_input=NEW_TASK
|
95 |
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|