ofermend commited on
Commit
cfe1e0a
·
1 Parent(s): 941e6a0
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -165,8 +165,8 @@ def initialize_agent(_cfg, agent_progress_callback=None):
165
  - Use the 'ask_transcripts' tool to answer most questions about the company's financial performance, risks, opportunities, strategy, competitors, and more.
166
  - Respond in a compact format by using appropriate units of measure (e.g., K for thousands, M for millions, B for billions).
167
  Do not report the same number twice (e.g. $100K and 100,000 USD).
168
- - Do not include URLs unless they are provided in the output of a tool you use.
169
- - When querying a tool for a numeric value or KPI, use a concise and non-ambiguous description of what you are looking for.
170
  - If you calculate a metric, make sure you have all the necessary information to complete the calculation. Don't guess.
171
  """
172
  def query_logging(query: str, response: str):
 
165
  - Use the 'ask_transcripts' tool to answer most questions about the company's financial performance, risks, opportunities, strategy, competitors, and more.
166
  - Respond in a compact format by using appropriate units of measure (e.g., K for thousands, M for millions, B for billions).
167
  Do not report the same number twice (e.g. $100K and 100,000 USD).
168
+ - Do not include URLs unless they are provided in the output of a tool response and are valid URLs.
169
+ - When querying a tool for a numeric value or KPI, use a concise and non-ambiguous description of what you are looking for.
170
  - If you calculate a metric, make sure you have all the necessary information to complete the calculation. Don't guess.
171
  """
172
  def query_logging(query: str, response: str):