hadidev commited on
Commit
e4bb2f6
·
verified ·
1 Parent(s): 549f8c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import json
14
  @tool
15
  def extract_crypto_data(crypto_name: str) -> str:
16
  """
17
- Fetches current cryptocurrency data for a given crypto id.
18
 
19
  Args:
20
  crypto_name: The crypto currency id (e.g., 'bitcoin')
 
14
  @tool
15
  def extract_crypto_data(crypto_name: str) -> str:
16
  """
17
+ Fetches current cryptocurrency data for a given crypto currency name use the data extracted to combine with web search to make crypto analysis easier.
18
 
19
  Args:
20
  crypto_name: The crypto currency id (e.g., 'bitcoin')