From 95e10bd1fd06e355d6d0f9234d6a67156c739b27 Mon Sep 17 00:00:00 2001 From: robinsxe Date: Tue, 24 Mar 2026 20:32:32 +0100 Subject: [PATCH] Update tradingagents/graph/portfolio_analysis.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tradingagents/graph/portfolio_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradingagents/graph/portfolio_analysis.py b/tradingagents/graph/portfolio_analysis.py index 52d1012c..96c51854 100644 --- a/tradingagents/graph/portfolio_analysis.py +++ b/tradingagents/graph/portfolio_analysis.py @@ -16,7 +16,7 @@ class PortfolioAnalyzer: owns the portfolio-level prompt, comparison logic, and logging. """ - def __init__(self, deep_thinking_llm: ChatOpenAI): + def __init__(self, deep_thinking_llm: BaseChatModel): """Initialize with the deep thinking LLM for comparative analysis. Args: