manoj1hcl commited on
Commit
7574234
·
verified ·
1 Parent(s): c5b6a68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ tools = [
24
  Tool(
25
  name="Google Search",
26
  func=search.run,
27
- description="Useful for answering real-time or current event questions."
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