synthmonad commited on
Commit
53211a1
·
verified ·
1 Parent(s): 79ae6b7

Update docstring

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def my_cutom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
20
 
21
  @tool
22
  def fetch_binance_price(symbol: str = "BTCUSDT") -> str:
23
- """Get price for a token from binance exchange
24
  Args:
25
  symbol: Trading pair symbol (e.g. 'BTCUSDT')
26
  """
 
20
 
21
  @tool
22
  def fetch_binance_price(symbol: str = "BTCUSDT") -> str:
23
+ """Get price for a trading pair symbol from binance exchange
24
  Args:
25
  symbol: Trading pair symbol (e.g. 'BTCUSDT')
26
  """