You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: refact-agent/engine/src/tools/tool_deep_research.rs
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ pub struct ToolDeepResearch {
14
14
pubconfig_path:String,
15
15
}
16
16
17
-
staticRESEARCHER_SYSTEM_PROMPT:&str = r#"You are a professional researcher preparing a structured, data-driven report. Your task is to analyze the research question the user poses.
18
-
19
-
Do:
17
+
staticRESEARCHER_PROMPT:&str = r#"Do:
20
18
- Focus on data-rich insights: include specific figures, trends, statistics, and measurable outcomes.
21
19
- When appropriate, summarize data in a way that could be turned into charts or tables, and call this out in the response.
22
20
- Prioritize reliable, up-to-date sources: official documentation, peer-reviewed research, reputable technical blogs, and official project repositories.
@@ -25,7 +23,7 @@ Do:
25
23
Be analytical, avoid generalities, and ensure that each section supports data-backed reasoning that could inform technical decisions or implementation strategies."#;
26
24
27
25
staticENTERTAINMENT_MESSAGES:&[&str] = &[
28
-
"🔬 Deep research in progress... This may take up to 20 minutes, please be patient!",
26
+
"🔬 Deep research in progress... This may take up to 30 minutes, please be patient!",
29
27
"🌐 Browsing the web and gathering relevant sources...",
30
28
"📚 Reading through documentation and articles...",
31
29
"🔍 Cross-referencing information from multiple sources...",
0 commit comments