fix miss symbol

This commit is contained in:
mhmmdjafarg 2025-12-26 00:36:39 +07:00
parent 1fceaad2fc
commit ea0874e078
3 changed files with 2 additions and 4 deletions

View File

@ -25,3 +25,4 @@ questionary
langchain_anthropic
langchain-google-genai
binance-sdk-spot
telethon

View File

@ -53,7 +53,7 @@ Volatility Indicators:
prompt = prompt.partial(system_message=system_message)
prompt = prompt.partial(tool_names=", ".join([tool.name for tool in tools]))
prompt = prompt.partial(current_date=current_date)
prompt = prompt.partial(ticker=symbol)
prompt = prompt.partial(symbol=symbol)
chain = prompt | llm.bind_tools(tools)

View File

@ -30,9 +30,6 @@ def get_crypto_stats_indicators_window(
Returns:
str: A formatted report containing the technical indicators for the specified ticker symbol and indicator.
"""
# quick fix add n seconds cooldown to avoid rate limit issues
import time
time.sleep(2)
# Supported indicators mapping
supported_indicators = {