CryptoScoutv1 commited on
Commit
a401824
·
verified ·
1 Parent(s): 5659dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -81,8 +81,12 @@ def create_crewai_crypto_setup(crypto_symbol):
81
  #### DEFINE What sections we need in the report for t3
82
 
83
  Summary_t3 = Task(
84
- description=f""""Create a report based on the request {crypto_symbol} (Focus on talioring the info,metrics, and metrics
85
- that are relavant to the query. You have access to all the information you need and can delegate research if needed""",
 
 
 
 
86
  expected_output="Report based on query with summary followed by sections with similar datapoints grouped including relavant data and metrics. The report should be organized, easy to read, clear and concise",
87
  agent=research_agent,
88
  )
 
81
  #### DEFINE What sections we need in the report for t3
82
 
83
  Summary_t3 = Task(
84
+ description=f""""
85
+ Create a report based on the request {crypto_symbol} (Focus on talioring the info,metrics, and data that are relavant to the query).
86
+ Summarize any data and information and provide actionable advice when you can.
87
+ List key informaiton.
88
+ You have access to all the information you need and can delegate research if needed
89
+ """,
90
  expected_output="Report based on query with summary followed by sections with similar datapoints grouped including relavant data and metrics. The report should be organized, easy to read, clear and concise",
91
  agent=research_agent,
92
  )