Undo fix in risk_manager.py

This commit is contained in:
Leonard Zhang 2026-03-01 16:16:36 -08:00
parent 61ba3ca702
commit 9890ec71e2
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["fundamentals_report"]
fundamentals_report = state["news_report"]
sentiment_report = state["sentiment_report"]
trader_plan = state["investment_plan"]