mirjam-m commited on
Commit
3845494
·
1 Parent(s): a1a612c
Files changed (1) hide show
  1. app.py +1 -1
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 BuiltinCodeExecutorAgent(`request`='python code') for reliability
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