paxton commited on
Commit
22e6005
·
verified ·
1 Parent(s): 630635b

Update app.py

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