Cheangys commited on
Commit
1c17a50
·
verified ·
1 Parent(s): 2f62914

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
- """A tool that fetches the current stock price and trading volume.
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
  """