ofermend commited on
Commit
6960aa1
1 Parent(s): 065c26b

upd tool desc

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,7 +57,8 @@ def create_tools(cfg):
57
  tool_name = "ask_transcripts",
58
  tool_description = """
59
  Given a company name and year,
60
- returns a response (str) to a user query based on analyst transcripts about the company's financial reports for that year.
 
61
  make sure to provide the a valid company ticker and year.
62
  """,
63
  tool_args_schema = QueryTranscriptsArgs,
 
57
  tool_name = "ask_transcripts",
58
  tool_description = """
59
  Given a company name and year,
60
+ returns a response (str) to a user question about a company, based on analyst call transcripts about the company's financial reports for that year and quarter.
61
+ You can ask this tool any question about the compaany including risks, opportunities, financial performance, competitors and more.
62
  make sure to provide the a valid company ticker and year.
63
  """,
64
  tool_args_schema = QueryTranscriptsArgs,