samsonleegh commited on
Commit
859578b
·
verified ·
1 Parent(s): defd808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ async def get_technical_analyst_researcher(mcp_servers) -> Agent:
149
  "- Use only completed candles (exclude_current_bar=True).\n"
150
  "- Default params unless caller overrides:\n"
151
  " interval='1h', lookback_period=6, limit=600, include_signals=True, exclude_current_bar=True, return_last_only=False.\n"
152
- "- When calling tools, pass only the coin symbol as `name` (BTC, ETH, SOL, XRP, SUI). No exchange prefixes/suffixes or quote assets.\n"
153
  "\n"
154
  "Output (per coin)\n"
155
  "1) One-line bias + confidence.\n"
 
149
  "- Use only completed candles (exclude_current_bar=True).\n"
150
  "- Default params unless caller overrides:\n"
151
  " interval='1h', lookback_period=6, limit=600, include_signals=True, exclude_current_bar=True, return_last_only=False.\n"
152
+ "- When calling tools, pass only the coin symbol as `name` (eg. BTC, ETH, SOL, XRP, SUI, etc.). No exchange prefixes/suffixes or quote assets.\n"
153
  "\n"
154
  "Output (per coin)\n"
155
  "1) One-line bias + confidence.\n"