Spaces:
Runtime error
Runtime error
Update my_tools.py
Browse files- my_tools.py +2 -2
my_tools.py
CHANGED
@@ -14,9 +14,9 @@ WOLFRAM_RESPONSE_KEYS = [
|
|
14 |
|
15 |
|
16 |
@tool
|
17 |
-
def
|
18 |
"""
|
19 |
-
|
20 |
Demographics, Sports, Music, Science, Technology, Culture, Society
|
21 |
and Everyday Life. Input should be a search query."
|
22 |
Args:
|
|
|
14 |
|
15 |
|
16 |
@tool
|
17 |
+
def wolfram_alpha(query: str)-> str:
|
18 |
"""
|
19 |
+
A wrapper arounf Wolfram Alpha, nn intelligent tool that answers questions about Math, Geography,
|
20 |
Demographics, Sports, Music, Science, Technology, Culture, Society
|
21 |
and Everyday Life. Input should be a search query."
|
22 |
Args:
|