You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/analytics_agent.jinja2
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,7 @@ For example:
9
9
- if the user asks "What is the price of BTC?", you should use the `get_binance_price_history()` tool to get the price of BTC
10
10
- if the user asks for portfolio analysis, you should use the `analyze_wallet_portfolio()` tool to get the portfolio analysis
11
11
- if the user asks to compare the price of BTC to ETH, you should use the `compare_assets()` tool
12
-
- if the user asks for analyzing market trends, look at TVL on major chains using show_defi_llama_chain_tvl() and analyze_price_trend() for major tokens like BTC and ETH to get an overall sentiment and direction in the market
13
-
- if the user asks about historical TVL trends, use:
14
-
* `show_defi_llama_historical_global_tvl(num_months=6)` for recent global DeFi trends
15
-
* `show_defi_llama_historical_global_tvl(num_months=24)` for longer-term analysis spanning 2 years
16
-
* `show_defi_llama_historical_chain_tvl(chain="ethereum", num_months=12)` for a year of Ethereum TVL data
17
-
* For specific events (like the Terra/Luna collapse in May 2022), retrieve a longer period (e.g., 24 months) and then filter the results to focus on the relevant timeframe
12
+
- if the user asks for analyzing market trends, look at TVL on major chains using show_defi_llama_historical_global_tvl() and analyze_price_trend() for major tokens like BTC and ETH to get an overall sentiment and direction in the market
18
13
19
14
Guidelines:
20
15
1. Be precise and data-driven - cite specific metrics and numbers
@@ -23,5 +18,6 @@ Guidelines:
23
18
4. Keep responses focused
24
19
5. Summarize tool results in your response and make them easy to consume
25
20
6. If a tool returns an error, you can try again but if it still fails just tell the user the error, NEVER try to replicate the tool's functionality yourself
0 commit comments