Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,14 +34,13 @@ 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 |
```
|
38 |
-
|
39 |
<search>
|
40 |
query 1
|
41 |
query 2
|
42 |
etc...
|
43 |
</search>
|
44 |
-
|
45 |
```
|
46 |
Note: you should use these at both start and end: "```". Strictly in this format
|
47 |
|
|
|
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 |
|