eaglelandsonce commited on
Commit
45fadcd
1 Parent(s): 120f0f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -154,7 +154,7 @@ def crewai_process(research_topic):
154
  agent=Michael
155
  )
156
  task5 = Task(
157
- description=f""" Introduction yourselfand describe and welcome everyone to the group and express hope and support.
158
 
159
  """,
160
  agent=Lisa
@@ -184,7 +184,8 @@ def crewai_process(research_topic):
184
  )
185
  task10 = Task(
186
  description=f"""Offer sound advice for coping with topic {research_topic} address specific issues brought up in the
187
- group discussion search the web suing Gemini if needed. Give a 3 paragraph summary of the group therapy session.
 
188
  """,
189
  agent=Lisa
190
  )
 
154
  agent=Michael
155
  )
156
  task5 = Task(
157
+ description=f""" Introduction yourself and welcome everyone to the group and express hope and support. Then start the discussion with Emily.
158
 
159
  """,
160
  agent=Lisa
 
184
  )
185
  task10 = Task(
186
  description=f"""Offer sound advice for coping with topic {research_topic} address specific issues brought up in the
187
+ group discussion search the web suing Gemini if needed. Give a 4 paragraph summary of the group therapy session
188
+ including all Agents Emily, David, Sarah, Michael .
189
  """,
190
  agent=Lisa
191
  )