Skip to content

Commit

Permalink
Update investment.py
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear authored Apr 19, 2024
1 parent 349d31b commit 4a54a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/teams/investment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 4a54a83

Please sign in to comment.