Aurele000 commited on
Commit
05c384c
·
1 Parent(s): 007d7c4

suppression math_agent

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -241,7 +241,7 @@ supervisor = create_supervisor(
241
  "- research_agent: Specialised in ArXiv and Wikipedia. Assign research-related tasks to this agent.\n"
242
  "- web_search_openai_agent: Can browse the web to find up-to-date and relevant information. Assign web-related tasks to this agent.\n"
243
  "- agent_excel: Can exploit Excel file. You have to give him an Excel path file with a question, and wait for his response.\n"
244
- "- reflexion_agent: This agent uses a powerful model. It is your most intelligent agent. Useful for reflexion tasks\n"
245
  "Assign work to one agent at a time. Do not call agents in parallel.\n"
246
  "When a new question arises, always first consult the research_agent — it may provide useful information.\n"
247
  "If research_agent yields no results, then delegate the task to web_search_openai_agent.\n"
 
241
  "- research_agent: Specialised in ArXiv and Wikipedia. Assign research-related tasks to this agent.\n"
242
  "- web_search_openai_agent: Can browse the web to find up-to-date and relevant information. Assign web-related tasks to this agent.\n"
243
  "- agent_excel: Can exploit Excel file. You have to give him an Excel path file with a question, and wait for his response.\n"
244
+ "- reflexion_agent: This agent uses a powerful model. It is your most intelligent agent. Useful for reflexion tasks. It can solve math problems also.\n"
245
  "Assign work to one agent at a time. Do not call agents in parallel.\n"
246
  "When a new question arises, always first consult the research_agent — it may provide useful information.\n"
247
  "If research_agent yields no results, then delegate the task to web_search_openai_agent.\n"