Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update investment.py #174

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading