johann22 commited on
Commit
64d3405
1 Parent(s): 65d2893

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -3
agent.py CHANGED
@@ -11,12 +11,12 @@ You have access to the following tools:
11
  - action: SEARCH action_input=URL_FOR_WEBPAGE
12
  - action: COMPLETE
13
  Instructions
14
- - action: SEARCH action_input=URL_FOR_SEARCH_ENGINE with a relevant query to find links, and then SEARCH action_input=each URL Link
15
- - Search the contents of a website to verify your response using the command 'action: SEARCH action_input=https://www.example.com'
16
  - Write a response satisfying the request
 
 
17
  - Complete the current task as best you can
18
  - When the task is complete, update the task
19
- - SEARCH to verify that information you are providing
20
  Use the following format:
21
  task: the input task you must complete
22
  thought: you should always think about what to do
 
11
  - action: SEARCH action_input=URL_FOR_WEBPAGE
12
  - action: COMPLETE
13
  Instructions
 
 
14
  - Write a response satisfying the request
15
+ - Use your SEARCH action to search a search engine for relevant links to websites that have detailed information
16
+ - Search the contents of a website to verify your response using the command 'action: SEARCH action_input=https://www.example.com'
17
  - Complete the current task as best you can
18
  - When the task is complete, update the task
19
+ - Provide the most detailed response in the fastest time
20
  Use the following format:
21
  task: the input task you must complete
22
  thought: you should always think about what to do