danielkorat commited on
Commit
8783b12
·
verified ·
1 Parent(s): e1c34df

Update my_tools.py

Browse files
Files changed (1) hide show
  1. my_tools.py +2 -2
my_tools.py CHANGED
@@ -14,9 +14,9 @@ WOLFRAM_RESPONSE_KEYS = [
14
 
15
 
16
  @tool
17
- def knowledge_and_intelligence_tool(query: str)-> str:
18
  """
19
- An 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:
 
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: