alekn commited on
Commit
a26ec86
·
verified ·
1 Parent(s): f8dc8af

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -98,7 +98,7 @@ def wiki_search(query: str) -> str:
98
  )
99
  return {"wiki_results": formatted_search_docs}
100
 
101
- tools = [
102
  wiki_search,
103
  multiply,
104
  add,
 
98
  )
99
  return {"wiki_results": formatted_search_docs}
100
 
101
+ alltools = [
102
  wiki_search,
103
  multiply,
104
  add,