Update tradingagents/graph/portfolio_analysis.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
robinsxe 2026-03-24 21:01:35 +01:00 committed by GitHub
parent 0c4a912b0a
commit 92b527b60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class PortfolioAnalyzer:
self,
tickers: List[str],
trade_date: str,
propagate_fn: Callable,
propagate_fn: Callable[[str, str], Tuple[Dict[str, Any], str]],
debug: bool,
) -> Dict[str, Dict[str, str]]:
"""Run the agent pipeline on each ticker, collecting results."""