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