Skip to content

Commit 9ade1a1

Browse files
Adam BaloghAdam Balogh
authored andcommitted
prompts
1 parent c983efb commit 9ade1a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

onchain/analytics/analytics_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def analyze_wallet_portfolio(
10361036
config: RunnableConfig = None,
10371037
) -> Dict[str, Any]:
10381038
"""
1039-
Provides a comprehensive analysis of a crypto wallet portfolio with investor-friendly insights and recommendations.
1039+
Provides a comprehensive analysis of the user's connected wallet portfolio.
10401040
"""
10411041
try:
10421042
tokens: List[WalletTokenHolding] = config["configurable"]["tokens"]
@@ -1310,7 +1310,7 @@ def portfolio_volatility(
13101310
config: RunnableConfig = None,
13111311
) -> Dict[str, Any]:
13121312
"""
1313-
Calculates the volatility (standard deviation of returns) of a portfolio over the specified time period. Do not pass in stablecoins.
1313+
Calculates the volatility (standard deviation of returns) of the user's connected wallet portfolio over the specified time period.
13141314
"""
13151315
try:
13161316
tokens: List[WalletTokenHolding] = config["configurable"]["tokens"]

0 commit comments

Comments
 (0)