From 4a54a835a576defc639ceda12ecbbb5f4384f37b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 20 Apr 2024 03:20:19 +0900 Subject: [PATCH] Update investment.py minor fix --- cookbook/teams/investment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/teams/investment.py b/cookbook/teams/investment.py index 7d899aae0..5b389c70c 100644 --- a/cookbook/teams/investment.py +++ b/cookbook/teams/investment.py @@ -33,7 +33,7 @@ "The investment lead will provide you with a list of companies to write reports on.", "Get the current stock price, analyst recommendations and news for the company", "If you find any news urls, read the article and include it in the report.", - "Save your report to a file in markdown format with the the name `company_name.md` in lower case.", + "Save your report to a file in markdown format with the name `company_name.md` in lower case.", "Let the investment lead know the file name of the report.", ], # debug_mode=True, @@ -61,7 +61,7 @@ description="You are an investment lead tasked with producing a research report on companies for investment purposes.", instructions=[ "Given a list of companies, first ask the stock analyst to get the current stock price, analyst recommendations and news for these companies.", - "Ask the stock analyst to write its results to files in markdown format with the the name `company_name.md`.", + "Ask the stock analyst to write its results to files in markdown format with the name `company_name.md`.", "If the stock analyst has not saved the file or saved it with an incorrect name, ask them to save the file again before proceeding." "Then ask the research_analyst to write a report on these companies based on the information provided by the stock analyst.", "Make sure to provide the research analyst with the files saved by the stock analyst and ask it to read the files directly."