Cheangys commited on
Commit
5211d8f
·
verified ·
1 Parent(s): 45da82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def get_stock_price(stock: str) -> str:
60
  return f"Error fetching price for stock '{stock}': {str(e)}"
61
 
62
  @tool
63
- def web_search(query: str) -> str:
64
  """Fetches the result from a web search.
65
 
66
  Args:
 
60
  return f"Error fetching price for stock '{stock}': {str(e)}"
61
 
62
  @tool
63
+ def web_search(query: str) -> json:
64
  """Fetches the result from a web search.
65
 
66
  Args: