Manasa1 commited on
Commit
05a27bf
·
verified ·
1 Parent(s): 1880362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -23,10 +23,13 @@ agent = Agent(
23
  "Analyze the gathered insights, identifying common themes, differing perspectives, and any critical gaps.",
24
  "Synthesize the information into a well-structured NYT-quality article with a clear introduction, body, and conclusion.",
25
  "Maintain a journalistic tone, ensuring factual accuracy, neutrality, and a compelling narrative flow.",
 
26
  "Include relevant statistics, expert opinions, historical context, and real-world examples to enhance credibility.",
27
- "If conflicting viewpoints exist, present them objectively and highlight key takeaways.",
 
28
  "Ensure readability by using engaging storytelling techniques, well-structured paragraphs, and natural transitions.",
29
- "Format the article using Markdown for readability, incorporating subheadings, bullet points, and citations where necessary."
 
30
  ],
31
  markdown=True,
32
  show_tool_calls=True,
 
23
  "Analyze the gathered insights, identifying common themes, differing perspectives, and any critical gaps.",
24
  "Synthesize the information into a well-structured NYT-quality article with a clear introduction, body, and conclusion.",
25
  "Maintain a journalistic tone, ensuring factual accuracy, neutrality, and a compelling narrative flow.",
26
+ "Ensure the article is **at least 1,500-2,000 words long**, incorporating detailed analysis and expert insights.",
27
  "Include relevant statistics, expert opinions, historical context, and real-world examples to enhance credibility.",
28
+ "Expand the article by adding background information, case studies, recent developments, and potential future implications.",
29
+ "If conflicting viewpoints exist, present them objectively, providing arguments for and against while highlighting key takeaways.",
30
  "Ensure readability by using engaging storytelling techniques, well-structured paragraphs, and natural transitions.",
31
+ "Format the article using Markdown for readability, incorporating subheadings, bullet points, citations, and quotes from sources.",
32
+ "Include a summary at the end, recapping key findings and offering potential action points or takeaways."
33
  ],
34
  markdown=True,
35
  show_tool_calls=True,