Skip to content

Commit

Permalink
silence math agent
Browse files Browse the repository at this point in the history
  • Loading branch information
IMladjenovic committed Oct 22, 2024
1 parent 626f093 commit 8c27a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/agents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def get_available_agents() -> List[Agent]:
WebAgent(config.web_agent_llm, config.web_agent_model),
ChartGeneratorAgent(config.chart_generator_llm, config.chart_generator_model),
FileAgent(config.file_agent_llm, config.file_agent_model),
MathsAgent(config.maths_agent_llm, config.maths_agent_model),
# FS-63 Silencing Math agent - tool is not optimised
# MathsAgent(config.maths_agent_llm, config.maths_agent_model),
]


Expand Down

0 comments on commit 8c27a6d

Please sign in to comment.