DrishtiSharma commited on
Commit
2c4e4eb
·
verified ·
1 Parent(s): b0869fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -6
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 trends in patent filings, technological innovation, and market dynamics within the {topic} sector. "
69
- "Identify key players, emerging technologies, competitor strategies, and market gaps within the {topic} sector. "
70
- "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
 
 
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 trends in patent filings, technological innovation, and market dynamics within the {topic} sector. "
102
- "Identify key players, emerging technologies, competitor strategies, and market gaps within the {topic} sector. "
103
- "Provide actionable suggestions specifically tailored to the needs of {stakeholder}"
 
 
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"