Cheangys commited on
Commit
ea0a3f5
·
verified ·
1 Parent(s): 737c90a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- """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').
 
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').