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