Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 35 |
|
| 36 |
@tool
|
| 37 |
def get_stock_price(stock: str) -> str:
|
| 38 |
-
|
| 39 |
|
| 40 |
Args:
|
| 41 |
stock: A string representing a stock ticker or company name (e.g., 'AAPL', 'GOOGL').
|
|
|
|
| 35 |
|
| 36 |
@tool
|
| 37 |
def get_stock_price(stock: str) -> str:
|
| 38 |
+
"""Fetches the current stock price using DuckDuckGo search.
|
| 39 |
|
| 40 |
Args:
|
| 41 |
stock: A string representing a stock ticker or company name (e.g., 'AAPL', 'GOOGL').
|