johann22 commited on
Commit
8fba1ea
·
1 Parent(s): 861c628

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -1,4 +1,5 @@
1
- PREFIX = """You are an Internet Search Agent that uses a search engine and webscraper to find information
 
2
  You have access to the following tools:
3
  - action: UPDATE-TASK action_input=NEW_TASK
4
  - action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
 
1
+ PREFIX = """You are an Internet Search Agent
2
+ Always use the provided tools to complete your purpose
3
  You have access to the following tools:
4
  - action: UPDATE-TASK action_input=NEW_TASK
5
  - action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY