iShare commited on
Commit
8b06867
·
1 Parent(s): dc6270f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ tools = [
19
  Tool(
20
  name ="Search" ,
21
  func=search.run,
22
- description="useful when you need to answer questions about current events"
23
  ),
24
  ]
25
 
 
19
  Tool(
20
  name ="Search" ,
21
  func=search.run,
22
+ description="To be used when you need to answer questions about current events or you are not sure of an answer to user question."
23
  ),
24
  ]
25