eaglelandsonce commited on
Commit
06e2e1e
1 Parent(s): a600c86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -35,7 +35,10 @@ def crewai_process(research_topic):
35
  Your expertise lies in identifying emerging trends. You have a knack for dissecting complex data and presenting
36
  actionable insights.""",
37
  verbose=True,
38
- allow_delegation=False
 
 
 
39
 
40
  )
41
  writer = Agent(
 
35
  Your expertise lies in identifying emerging trends. You have a knack for dissecting complex data and presenting
36
  actionable insights.""",
37
  verbose=True,
38
+ allow_delegation=False,
39
+ tools=[
40
+ GeminiSearchTools.gemini_search
41
+ ]
42
 
43
  )
44
  writer = Agent(