notsakeeb commited on
Commit
811f8f6
·
verified ·
1 Parent(s): e9d8ecf

Update ToolSet.py

Browse files
Files changed (1) hide show
  1. ToolSet.py +1 -1
ToolSet.py CHANGED
@@ -108,7 +108,7 @@ def get_web_search_result(query: str) -> str:
108
 
109
  @tool
110
  def wiki_search(query: str) -> str:
111
- """Search Wikipedia for a query and return results based on that given query.
112
  Args:
113
  query: The search query.
114
 
 
108
 
109
  @tool
110
  def wiki_search(query: str) -> str:
111
+ """Search Wikipedia for a query and return maximum 5 results. Use this tool only if the query specifies Wiki or Wikipedia.
112
  Args:
113
  query: The search query.
114