Spaces:
Running
Running
upd tool desc
Browse files
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
|
|
|
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,
|