Spaces:
Running
Running
updated
Browse files
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 |
-
-
|
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}")
|