Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def get_stock_price(name:str) -> str:
|
|
| 27 |
"""
|
| 28 |
stock_price = DuckDuckGoSearchTool(f"what is the stock price of {name}")
|
| 29 |
|
| 30 |
-
returns f"name: {stock_price}"
|
| 31 |
|
| 32 |
@tool
|
| 33 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 27 |
"""
|
| 28 |
stock_price = DuckDuckGoSearchTool(f"what is the stock price of {name}")
|
| 29 |
|
| 30 |
+
returns f"name: {str(stock_price)}"
|
| 31 |
|
| 32 |
@tool
|
| 33 |
def get_current_time_in_timezone(timezone: str) -> str:
|