Update Modules/Deep_Research.py
Browse files- Modules/Deep_Research.py +1 -1
Modules/Deep_Research.py
CHANGED
|
@@ -27,7 +27,7 @@ TOOL_SUMMARY = (
|
|
| 27 |
"Write a summary of what the user wants to research, and "
|
| 28 |
"run multiple DuckDuckGo searches (up to 50 max results between all queries), fetch pages, and a Research agent will produce a comprehensive research report with sources; "
|
| 29 |
"returns (Markdown report, newline-separated source links, downloadable report path). "
|
| 30 |
-
"Provide the user with one-paragraph summary of the research report and the txt file in this format `
|
| 31 |
)
|
| 32 |
|
| 33 |
RESEARCHER_SYSTEM_PROMPT = (
|
|
|
|
| 27 |
"Write a summary of what the user wants to research, and "
|
| 28 |
"run multiple DuckDuckGo searches (up to 50 max results between all queries), fetch pages, and a Research agent will produce a comprehensive research report with sources; "
|
| 29 |
"returns (Markdown report, newline-separated source links, downloadable report path). "
|
| 30 |
+
"Provide the user with one-paragraph summary of the research report and the txt file in this format ``."
|
| 31 |
)
|
| 32 |
|
| 33 |
RESEARCHER_SYSTEM_PROMPT = (
|