ofermend commited on
Commit
a839174
·
1 Parent(s): cfe1e0a
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -166,6 +166,7 @@ def initialize_agent(_cfg, agent_progress_callback=None):
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
  """
 
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
+ Ignore references or citations in the 'ask_transcripts' tool output if they have an empty URL (for example "[2]()").
170
  - When querying a tool for a numeric value or KPI, use a concise and non-ambiguous description of what you are looking for.
171
  - If you calculate a metric, make sure you have all the necessary information to complete the calculation. Don't guess.
172
  """