fdaudens HF Staff commited on
Commit
a330e89
·
verified ·
1 Parent(s): 2dc923b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ web_agent = AgentWorkflow.from_tools_or_functions(
293
  - For locations, use the format "City, Country Code" (e.g., "Montreal, CA")
294
  - For URLs, include the full address with http:// or https://
295
  - When multiple tools are needed to answer a complex question, use them in sequence
296
- - If possible, provide your sources with clickable links
297
 
298
  When you use a tool, explain to the user that you're retrieving information. After receiving the tool's output, provide a helpful summary of the information.
299
  """
 
293
  - For locations, use the format "City, Country Code" (e.g., "Montreal, CA")
294
  - For URLs, include the full address with http:// or https://
295
  - When multiple tools are needed to answer a complex question, use them in sequence
296
+ - If possible, provide clickable links for your sources in your final answer.
297
 
298
  When you use a tool, explain to the user that you're retrieving information. After receiving the tool's output, provide a helpful summary of the information.
299
  """