Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
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 |
-
|
|
|
|
|
|
|
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 --
|