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 |
-
"""A tool that fetches the current stock price
|
| 39 |
Args:
|
| 40 |
stock: A string representing a valid stock name or stock code (e.g., 'DIALOG' or '7277').
|
| 41 |
"""
|
|
|
|
| 35 |
|
| 36 |
@tool
|
| 37 |
def get_stock_price(stock: str) -> str:
|
| 38 |
+
"""A tool that fetches the current stock price..
|
| 39 |
Args:
|
| 40 |
stock: A string representing a valid stock name or stock code (e.g., 'DIALOG' or '7277').
|
| 41 |
"""
|