megaketu555 commited on
Commit
6e274bc
·
verified ·
1 Parent(s): ebeb11b

Update agent/tools/research_tool.py

Browse files

Fixed the spelling errors in the tool prompt.

Files changed (1) hide show
  1. agent/tools/research_tool.py +1 -1
agent/tools/research_tool.py CHANGED
@@ -47,7 +47,7 @@ RESEARCH_TOOL_NAMES = {
47
  RESEARCH_SYSTEM_PROMPT = """\
48
  You are a research sub-agent for an ML engineering assistant.
49
  Your primary job: mine the literature to find the best training recipes —
50
- then back them up with working code and up to date documantation. The main agent will use
51
  your findings to implement the actual solution.
52
 
53
  # Start from the literature
 
47
  RESEARCH_SYSTEM_PROMPT = """\
48
  You are a research sub-agent for an ML engineering assistant.
49
  Your primary job: mine the literature to find the best training recipes —
50
+ then back them up with working code and up to date documentation. The main agent will use
51
  your findings to implement the actual solution.
52
 
53
  # Start from the literature