Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def create_crewai_crypto_setup(crypto_symbol):
|
|
| 37 |
# Task 1: Market Outlook
|
| 38 |
market_outlook_t1 = Task(
|
| 39 |
description=f"Research and report on cryptocurrency - {crypto_symbol} focus on 2024 and beyond price trends, including timeline of price targets, price action, and short, medium, long term predictions.",
|
| 40 |
-
expected_output="Summary of important information and actionale insights focusing on any numbers or metrics. Final ouput strictly equal to or less than
|
| 41 |
tools=[WebSearchTools().forecast_search, WebSearchTools().process_search_results],
|
| 42 |
agent=research_agent,
|
| 43 |
)
|
|
|
|
| 37 |
# Task 1: Market Outlook
|
| 38 |
market_outlook_t1 = Task(
|
| 39 |
description=f"Research and report on cryptocurrency - {crypto_symbol} focus on 2024 and beyond price trends, including timeline of price targets, price action, and short, medium, long term predictions.",
|
| 40 |
+
expected_output="Summary of important information and actionale insights focusing on any numbers or metrics. Final ouput strictly equal to or less than 600 chars.",
|
| 41 |
tools=[WebSearchTools().forecast_search, WebSearchTools().process_search_results],
|
| 42 |
agent=research_agent,
|
| 43 |
)
|