bugfix: #263 fix fundamentals_report path in risk_manager

This commit is contained in:
Yuan Chen 2025-10-28 19:25:22 -04:00
parent 13b826a31d
commit 03fea334a6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def create_risk_manager(llm, memory):
risk_debate_state = state["risk_debate_state"]
market_research_report = state["market_report"]
news_report = state["news_report"]
fundamentals_report = state["news_report"]
fundamentals_report = state["fundamentals_report"]
sentiment_report = state["sentiment_report"]
trader_plan = state["investment_plan"]