bstraehle commited on
Commit
df94726
·
verified ·
1 Parent(s): 2d776bd

Update tasks.py

Browse files
Files changed (1) hide show
  1. tasks.py +1 -1
tasks.py CHANGED
@@ -6,7 +6,7 @@ def get_research_task(model):
6
  return Task(
7
  description=(
8
  "1. Search the web for content on topic {topic}.\n"
9
- "2. Scrape the 5 most relevant web sites for content, prioritizing research papers."
10
  ),
11
  expected_output="Content on topic {topic}.",
12
  agent=get_researcher_agent(model),
 
6
  return Task(
7
  description=(
8
  "1. Search the web for content on topic {topic}.\n"
9
+ "2. Scrape the 10 most relevant web sites for content, prioritizing research papers."
10
  ),
11
  expected_output="Content on topic {topic}.",
12
  agent=get_researcher_agent(model),