Spaces:
Sleeping
Sleeping
Update my_tools.py
Browse files- my_tools.py +1 -1
my_tools.py
CHANGED
@@ -14,7 +14,7 @@ WOLFRAM_RESPONSE_KEYS = [
|
|
14 |
|
15 |
|
16 |
@tool
|
17 |
-
def
|
18 |
"""
|
19 |
A wrapper around Wolfram Alpha. Useful for when you need to answer questions about
|
20 |
Math, Geography, Demographics, Sports, Music, Science, Technology, Culture, Society
|
|
|
14 |
|
15 |
|
16 |
@tool
|
17 |
+
def knowledge_and_intelligence_tool(query: str)-> str:
|
18 |
"""
|
19 |
A wrapper around Wolfram Alpha. Useful for when you need to answer questions about
|
20 |
Math, Geography, Demographics, Sports, Music, Science, Technology, Culture, Society
|