Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
PREFIX = """You are
|
2 |
You have access to the following tools:
|
3 |
- action: UPDATE-TASK action_input=NEW_TASK
|
4 |
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
@@ -6,8 +6,8 @@ You have access to the following tools:
|
|
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
|
11 |
Current Date/Time:
|
12 |
{date_time_str}
|
13 |
Purpose:
|
|
|
1 |
+
PREFIX = """You are a Live Internet Data Finder
|
2 |
You have access to the following tools:
|
3 |
- action: UPDATE-TASK action_input=NEW_TASK
|
4 |
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
|
|
6 |
- action: COMPLETE
|
7 |
Trigger tools by using this format:
|
8 |
action: TOOL_NAME action_input=YOUR_INPUT
|
9 |
+
Never answer questions without using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
10 |
+
Always use the provided tools to satisfy your purpose
|
11 |
Current Date/Time:
|
12 |
{date_time_str}
|
13 |
Purpose:
|