From 0e9951a1ef7a8d4e97c0894dda924f9a452a3abc Mon Sep 17 00:00:00 2001 From: Ivan Fioravanti Date: Fri, 29 Dec 2023 21:28:39 +0100 Subject: [PATCH] Fix for small typos --- landing_page_generator/tasks.py | 2 +- stock_analysis/stock_analysis_agents.py | 4 ++-- stock_analysis/stock_analysis_tasks.py | 4 ++-- trip_planner/tools/calculator_tools.py | 4 ++-- trip_planner/trip_agents.py | 2 +- trip_planner/trip_tasks.py | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/landing_page_generator/tasks.py b/landing_page_generator/tasks.py index 550da12e..f543df7a 100644 --- a/landing_page_generator/tasks.py +++ b/landing_page_generator/tasks.py @@ -40,7 +40,7 @@ class TaskPrompts(): component files should be updated to make the landing page about the idea bellow. - - YOU MUST READ THE DIRECTORY BEFORE CHOSING THE FILES. + - YOU MUST READ THE DIRECTORY BEFORE CHOOSING THE FILES. - YOU MUST NOT UPDATE any Pricing components. - YOU MUST UPDATE ONLY the 4 most important components. diff --git a/stock_analysis/stock_analysis_agents.py b/stock_analysis/stock_analysis_agents.py index 939fcb29..38754425 100644 --- a/stock_analysis/stock_analysis_agents.py +++ b/stock_analysis/stock_analysis_agents.py @@ -49,12 +49,12 @@ class StockAnalysisAgents(): def investment_advisor(self): return Agent( role='Private Investment Advisor', - goal="""Impress your customes with full analyses over stocks + goal="""Impress your customers with full analyses over stocks and completer investment recommendations""", backstory="""You're the most experienced investment advisor and you combine various analytical insights to formulate strategic investment advice. You are now working for - a super importat customer you need to impress.""", + a super important customer you need to impress.""", verbose=True, tools=[ BrowserTools.scrape_and_summarize_website, diff --git a/stock_analysis/stock_analysis_tasks.py b/stock_analysis/stock_analysis_tasks.py index 54cd901e..b503184d 100644 --- a/stock_analysis/stock_analysis_tasks.py +++ b/stock_analysis/stock_analysis_tasks.py @@ -57,7 +57,7 @@ class StockAnalysisTasks(): Extract relevant data and insights that could influence the stock's future performance. - Your final answes must be an expanded report that now + Your final answer must be an expanded report that now also highlights significant findings from these filings, including any red flags or positive indicators for your customer. @@ -83,7 +83,7 @@ class StockAnalysisTasks(): Your final answer MUST be a recommendation for your customer should be a full super detailed report, providing a clear investment stance and strategy with supporting evidence. - Make it pretty and well formated for your customer. + Make it pretty and well formatted for your customer. {self.__tip_section()} """), agent=agent diff --git a/trip_planner/tools/calculator_tools.py b/trip_planner/tools/calculator_tools.py index c4ab4bad..e9debdeb 100644 --- a/trip_planner/tools/calculator_tools.py +++ b/trip_planner/tools/calculator_tools.py @@ -6,8 +6,8 @@ class CalculatorTools(): @tool("Make a calcualtion") def calculate(operation): """Useful to perform any mathematica calculations, - like sum, minus, mutiplcation, division, etc. + like sum, minus, multiplication, division, etc. The input to this tool should be a mathematical - experission, a couple examples are `200*7` or `5000/2*10` + expression, a couple examples are `200*7` or `5000/2*10` """ return eval(operation) diff --git a/trip_planner/trip_agents.py b/trip_planner/trip_agents.py index a9e512f3..577cd7be 100644 --- a/trip_planner/trip_agents.py +++ b/trip_planner/trip_agents.py @@ -35,7 +35,7 @@ class TripAgents(): def travel_concierge(self): return Agent( role='Amazing Travel Concierge', - goal="""Create the most amazong travel itineraries with budget and + goal="""Create the most amazing travel itineraries with budget and packing suggestions for the city""", backstory="""Specialist in travel planning and logistics with decades of experience""", diff --git a/trip_planner/trip_tasks.py b/trip_planner/trip_tasks.py index 4d5ae810..f63b37c2 100644 --- a/trip_planner/trip_tasks.py +++ b/trip_planner/trip_tasks.py @@ -60,7 +60,7 @@ class TripTasks(): and a budget breakdown. You MUST suggest actual places to visit, actual hotels - to stay and actual restaurante to go to. + to stay and actual restaurants to go to. This itinerary should cover all aspects of the trip, from arrival to departure, integrating the city guide