ofermend commited on
Commit
2564e31
·
1 Parent(s): a839174
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -169,6 +169,7 @@ def initialize_agent(_cfg, agent_progress_callback=None):
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
  """
173
  def query_logging(query: str, response: str):
174
  print(f"Logging query={query}, response={response}")
 
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
+ - Do not response in markdown.
173
  """
174
  def query_logging(query: str, response: str):
175
  print(f"Logging query={query}, response={response}")