Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,9 +65,11 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
65 |
planner_goal = st.text_area(
|
66 |
"Planner Goal",
|
67 |
value=(
|
68 |
-
"Conduct comprehensive research on
|
69 |
-
"
|
70 |
-
"
|
|
|
|
|
71 |
)
|
72 |
)
|
73 |
writer_goal = st.text_area(
|
@@ -98,9 +100,11 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
|
|
98 |
)
|
99 |
else:
|
100 |
planner_goal = (
|
101 |
-
"Conduct comprehensive research on
|
102 |
-
"
|
103 |
-
"
|
|
|
|
|
104 |
)
|
105 |
writer_goal = (
|
106 |
"Develop a high-impact, professionally structured insights report that seamlessly integrates comprehensive research data"
|
|
|
65 |
planner_goal = st.text_area(
|
66 |
"Planner Goal",
|
67 |
value=(
|
68 |
+
"Conduct comprehensive, data-driven research on patent filings, technological innovation, and market dynamics strictly within the {topic} sector."
|
69 |
+
"Avoid unrelated or generic recommendations."
|
70 |
+
"Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
|
71 |
+
"Strictly avoid hallucinated, fabricated, or speculative findings. "
|
72 |
+
"Deliver precise, actionable suggestions tailored to the specific needs and strategic goals of {stakeholder}."
|
73 |
)
|
74 |
)
|
75 |
writer_goal = st.text_area(
|
|
|
100 |
)
|
101 |
else:
|
102 |
planner_goal = (
|
103 |
+
"Conduct comprehensive, data-driven research on patent filings, technological innovation, and market dynamics strictly within the {topic} sector."
|
104 |
+
"Avoid unrelated or generic recommendations."
|
105 |
+
"Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
|
106 |
+
"Strictly avoid hallucinated, fabricated, or speculative findings. "
|
107 |
+
"Deliver precise, actionable suggestions tailored to the specific needs and strategic goals of {stakeholder}."
|
108 |
)
|
109 |
writer_goal = (
|
110 |
"Develop a high-impact, professionally structured insights report that seamlessly integrates comprehensive research data"
|