Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,15 +34,11 @@ Current time: {current_time}
|
|
34 |
- If a task requires 3 search iterations, perform all 3—even if partial answers emerge earlier.
|
35 |
|
36 |
**How to use search:**
|
37 |
-
Search queries:
|
38 |
-
```
|
39 |
<search>
|
40 |
query 1
|
41 |
query 2
|
42 |
etc...
|
43 |
</search>
|
44 |
-
```
|
45 |
-
Note: you should use these at both start and end: "```". Strictly in this format
|
46 |
|
47 |
**Termination Conditions:**
|
48 |
- Exhaust all logical search avenues before finalizing answers.
|
|
|
34 |
- If a task requires 3 search iterations, perform all 3—even if partial answers emerge earlier.
|
35 |
|
36 |
**How to use search:**
|
|
|
|
|
37 |
<search>
|
38 |
query 1
|
39 |
query 2
|
40 |
etc...
|
41 |
</search>
|
|
|
|
|
42 |
|
43 |
**Termination Conditions:**
|
44 |
- Exhaust all logical search avenues before finalizing answers.
|