DrishtiSharma commited on
Commit
dde69f9
·
verified ·
1 Parent(s): 0fe8154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -66,9 +66,12 @@ with st.sidebar.expander("Customize Agent Goals", expanded=False):
66
  planner_goal = st.text_area(
67
  "Planner Goal",
68
  value=(
69
- "Conduct comprehensive, data-driven research on patent filings, technological innovation, and market dynamics strictly within the {topic} sector."
 
70
  "Avoid unrelated or generic recommendations."
71
  "Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
 
 
72
  "Strictly avoid hallucinated, fabricated, or speculative findings. "
73
  "Deliver precise, actionable suggestions tailored to the specific needs and strategic goals of {stakeholder}."
74
  )
 
66
  planner_goal = st.text_area(
67
  "Planner Goal",
68
  value=(
69
+ "Conduct in-depth, data-driven research on leading companies' recent patent filings, technological innovation, R&D investments,"
70
+ "strategic partnerships and market dynamics strictly within the {topic} sector."
71
  "Avoid unrelated or generic recommendations."
72
  "Identify key players, emerging technologies, competitor strategies, and market gaps with factually accurate and verifiable data. "
73
+ "Develop a Competitor Benchmark Matrix highlighting leaders in material innovations vs. integration techniques."
74
+ "Summarize key market trends and shifts in competitive positioning with bullet-point insights."
75
  "Strictly avoid hallucinated, fabricated, or speculative findings. "
76
  "Deliver precise, actionable suggestions tailored to the specific needs and strategic goals of {stakeholder}."
77
  )