josondev commited on
Commit
9a3d597
·
verified ·
1 Parent(s): 676363b

Update veryfinal.py

Browse files
Files changed (1) hide show
  1. veryfinal.py +1 -1
veryfinal.py CHANGED
@@ -154,7 +154,7 @@ def optimized_web_search(query: str) -> str:
154
  return f"Web search failed: {e}"
155
 
156
  @tool
157
- def optimized_wiki_search(query: str) -> str:1
158
  '''browses the entire wikipedia for a topic'''
159
  try:
160
  time.sleep(random.uniform(0.5,1))
 
154
  return f"Web search failed: {e}"
155
 
156
  @tool
157
+ def optimized_wiki_search(query: str) -> str:
158
  '''browses the entire wikipedia for a topic'''
159
  try:
160
  time.sleep(random.uniform(0.5,1))