Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ tools = [
|
|
| 24 |
Tool(
|
| 25 |
name="Google Search",
|
| 26 |
func=search.run,
|
| 27 |
-
description="
|
| 28 |
)
|
| 29 |
]
|
| 30 |
|
|
|
|
| 24 |
Tool(
|
| 25 |
name="Google Search",
|
| 26 |
func=search.run,
|
| 27 |
+
description="Always use this tool for up-to-date or current event questions. Do not guess if the answer is about ongoing events, news, or recent updates."
|
| 28 |
)
|
| 29 |
]
|
| 30 |
|