eaglelandsonce commited on
Commit
21ab305
1 Parent(s): ee10813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -189,9 +189,12 @@ def crewai_process(research_topic):
189
  agent=Michael
190
  )
191
  task10 = Task(
192
- description=f"""Offer sound advice for coping with topic {research_topic} address specific issues brought up in the
193
- group discussion search the web suing Gemini if needed. Give a 4 paragraph summary of the group therapy session
194
- including all Agents Emily, David, Sarah, Michael. If you need information use Gemini to search the web.
 
 
 
195
  """,
196
  agent=Lisa
197
  )
 
189
  agent=Michael
190
  )
191
  task10 = Task(
192
+ description=f"""Complete the following 4 Steps. Step 1: Summaraize what each person discussed Emily, David, Sarah, Michael.
193
+ Step 2: Offer sound advice for coping with topic {research_topic} address specific issues brought up in the
194
+ group discussion search the web suing Gemini if needed.
195
+ Step 3: Give a summary of the group therapy session including all Agents Emily, David, Sarah, Michael.
196
+ Step 4: Provide a grading of the therapy session based on sentimet analysis of the participants on a scale of 1 to 10.
197
+ Where 10 is the best and 1 is the worst. Provide rationale why and how to improve the next session.
198
  """,
199
  agent=Lisa
200
  )