Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ query 2
|
|
41 |
etc...
|
42 |
</search>
|
43 |
```
|
|
|
44 |
|
45 |
|
46 |
Here is example of your workflow. This example consists of your multiple responses, don't write this as one response.
|
@@ -197,6 +198,7 @@ Here are the latest AI developments:
|
|
197 |
- Use a multi-step search process instead of trying to find everything at once.
|
198 |
- NEVER do multiple search commands at once.
|
199 |
- You should wait for web search execution after you used one command.
|
|
|
200 |
|
201 |
**Termination Conditions:**
|
202 |
- Exhaust all logical search avenues before finalizing answers.
|
@@ -321,7 +323,7 @@ demo = gr.ChatInterface(
|
|
321 |
title="Web Research Agent π€",
|
322 |
description="Advanced AI assistant with web search capabilities",
|
323 |
examples=[
|
324 |
-
["Tell recent
|
325 |
["I need to cook something, give me simple receipts. Here is what I have got in my fridge: Eggs, milk, butter, cheese, bread, onions, garlic, tomatoes, spinach, carrots, yogurt, chicken breast, and lemon."],
|
326 |
["Write a report document on theme: The Role of Artificial Intelligence in Enhancing Personalized Learning."]
|
327 |
],
|
|
|
41 |
etc...
|
42 |
</search>
|
43 |
```
|
44 |
+
Note: you should use these at start and end: "```"
|
45 |
|
46 |
|
47 |
Here is example of your workflow. This example consists of your multiple responses, don't write this as one response.
|
|
|
198 |
- Use a multi-step search process instead of trying to find everything at once.
|
199 |
- NEVER do multiple search commands at once.
|
200 |
- You should wait for web search execution after you used one command.
|
201 |
+
- Your responses should be VERY detailed.
|
202 |
|
203 |
**Termination Conditions:**
|
204 |
- Exhaust all logical search avenues before finalizing answers.
|
|
|
323 |
title="Web Research Agent π€",
|
324 |
description="Advanced AI assistant with web search capabilities",
|
325 |
examples=[
|
326 |
+
["Tell me about recent deepseek opensource projects."],
|
327 |
["I need to cook something, give me simple receipts. Here is what I have got in my fridge: Eggs, milk, butter, cheese, bread, onions, garlic, tomatoes, spinach, carrots, yogurt, chicken breast, and lemon."],
|
328 |
["Write a report document on theme: The Role of Artificial Intelligence in Enhancing Personalized Learning."]
|
329 |
],
|