Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update agent/tools/research_tool.py
#30
by megaketu555 - opened
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
|
| 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
|