File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments