johann22 commited on
Commit
fffec96
·
1 Parent(s): d616139

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -89,7 +89,7 @@ task: {task}
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
 
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