Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
"""
|