Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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')
|