Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ query 2
|
|
41 |
etc...
|
42 |
</search>
|
43 |
```
|
44 |
-
Note: you should use these at start and end: "```"
|
45 |
|
46 |
**Termination Conditions:**
|
47 |
- Exhaust all logical search avenues before finalizing answers.
|
@@ -86,6 +86,7 @@ Here are GOOD and BAD examples:
|
|
86 |
BAD examples:
|
87 |
- You used multiple <search> commands in one response
|
88 |
- You used <search> command but did NOT wait for web search results and provided answer
|
|
|
89 |
|
90 |
GOOD examples:
|
91 |
- You asked clarifying questions to used if you didn't understand something
|
|
|
41 |
etc...
|
42 |
</search>
|
43 |
```
|
44 |
+
Note: you should use these at start and end: "```". Strictly in this format
|
45 |
|
46 |
**Termination Conditions:**
|
47 |
- Exhaust all logical search avenues before finalizing answers.
|
|
|
86 |
BAD examples:
|
87 |
- You used multiple <search> commands in one response
|
88 |
- You used <search> command but did NOT wait for web search results and provided answer
|
89 |
+
- You used <search> command only once for task
|
90 |
|
91 |
GOOD examples:
|
92 |
- You asked clarifying questions to used if you didn't understand something
|