johann22 commited on
Commit
1789646
·
1 Parent(s): d652c65

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +4 -1
agent.py CHANGED
@@ -17,7 +17,10 @@ Progress:
17
  You can use a tool or set a task
18
 
19
  Tool commands should be small, isolated, and independent
20
- Which tool command should we use to acieve our purpose?
 
 
 
21
  action:
22
 
23
  -- or --
 
17
  You can use a tool or set a task
18
 
19
  Tool commands should be small, isolated, and independent
20
+ example tool command:
21
+ action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
22
+
23
+ Which tool command should we use to achieve our purpose?
24
  action:
25
 
26
  -- or --