Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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) ->
|
| 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:
|