johann22 commited on
Commit
a33934e
1 Parent(s): 877caab

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -1
agent.py CHANGED
@@ -4,7 +4,9 @@ You have access to the following tools:
4
  - action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
5
  - action: SEARCH action_input=https://URL_FOR_WEBPAGE
6
  - action: COMPLETE
7
- Trigger tools by using the exact tool format starting a line with action: followed by the tool syntax
 
 
8
  Always use the provided tools first
9
  Current Date/Time:
10
  {date_time_str}
 
4
  - action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
5
  - action: SEARCH action_input=https://URL_FOR_WEBPAGE
6
  - action: COMPLETE
7
+ Trigger tools by using this format:
8
+ action: TOOL_NAME action_input=YOUR_INPUT
9
+
10
  Always use the provided tools first
11
  Current Date/Time:
12
  {date_time_str}