mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
fix typos in stock_analysis_tasks.py
This commit is contained in:
@@ -11,7 +11,7 @@ class StockAnalysisTasks():
|
||||
sentiments, and analysts' opinions. Also include upcoming
|
||||
events like earnings and others.
|
||||
|
||||
Your final answer MUST be a report that include a
|
||||
Your final answer MUST be a report that includes a
|
||||
comprehensive summary of the latest news, any notable
|
||||
shifts in market sentiment, and potential impacts on
|
||||
the stock.
|
||||
@@ -42,7 +42,7 @@ class StockAnalysisTasks():
|
||||
and how it fares against its competitors in the current
|
||||
market scenario.{self.__tip_section()}
|
||||
|
||||
Make sure to use the most recent data as possible.
|
||||
Make sure to use the most recent data possible.
|
||||
"""),
|
||||
agent=agent
|
||||
)
|
||||
@@ -81,7 +81,7 @@ class StockAnalysisTasks():
|
||||
trading activity, and upcoming events like earnings.
|
||||
|
||||
Your final answer MUST be a recommendation for your
|
||||
customer should be a full super detailed report, providing a
|
||||
customer. It should be a full super detailed report, providing a
|
||||
clear investment stance and strategy with supporting evidence.
|
||||
Make it pretty and well formatted for your customer.
|
||||
{self.__tip_section()}
|
||||
|
||||
Reference in New Issue
Block a user