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