Spaces:
Sleeping
Sleeping
add test
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ For each step, choose the best Agent Tool. Call the tool with a single string a
|
|
| 56 |
Available Tools: `DuckDuckGoSearchAgent`, `CodeExecutorAgent`, `WikipediaAgent`
|
| 57 |
- For wikipedia searches, **strongly prefer** `WikipediaAgent` formatting the query like WikipediaAgent(`request`='search query'), if duckduckgosearchagent is not providing the exact information but its response can be used to refine a wikipedia query, try doing that as well
|
| 58 |
- For general web searches, **strongly prefer** `DuckDuckGoSearchAgent` formatting the query like DuckDuckGoSearchAgent(`request`='search query') where search query is very specific
|
| 59 |
-
- For standard Python execution, **strongly prefer** `CodeExecutorAgent` formatting the query like
|
| 60 |
|
| 61 |
3. Synthesize Results:
|
| 62 |
Combine the information obtained from the specialist agents
|
|
|
|
| 56 |
Available Tools: `DuckDuckGoSearchAgent`, `CodeExecutorAgent`, `WikipediaAgent`
|
| 57 |
- For wikipedia searches, **strongly prefer** `WikipediaAgent` formatting the query like WikipediaAgent(`request`='search query'), if duckduckgosearchagent is not providing the exact information but its response can be used to refine a wikipedia query, try doing that as well
|
| 58 |
- For general web searches, **strongly prefer** `DuckDuckGoSearchAgent` formatting the query like DuckDuckGoSearchAgent(`request`='search query') where search query is very specific
|
| 59 |
+
- For standard Python code execution, **strongly prefer** `CodeExecutorAgent` formatting the query like CodeExecutorAgent(`request`='python code')
|
| 60 |
|
| 61 |
3. Synthesize Results:
|
| 62 |
Combine the information obtained from the specialist agents
|