Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -23,7 +23,8 @@ Instructions
|
|
23 |
- Do not repeat identical tasks
|
24 |
- When the task is complete, update the task
|
25 |
- Provide the most detailed response in the fastest time possible
|
26 |
-
-
|
|
|
27 |
Use the following format:
|
28 |
task: the input task you must complete
|
29 |
thought: you should always think about what to do, but use the internet
|
|
|
23 |
- Do not repeat identical tasks
|
24 |
- When the task is complete, update the task
|
25 |
- Provide the most detailed response in the fastest time possible
|
26 |
+
- Be sure the reference URL's that you provide are valid
|
27 |
+
- Compose a detailed response, and then set action: COMPLETE
|
28 |
Use the following format:
|
29 |
task: the input task you must complete
|
30 |
thought: you should always think about what to do, but use the internet
|