Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IMladjenovic committed Oct 22, 2024
1 parent 8c27a6d commit cb6f602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/agents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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),
# FS-63 Silencing Math agent - tool is not optimised
# FS-63 Silencing Math agent - tool is not optimised.
# MathsAgent(config.maths_agent_llm, config.maths_agent_model),
]

Expand Down

0 comments on commit cb6f602

Please sign in to comment.