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 20:32:32 +01:00 committed by GitHub
parent 2466ec3c90
commit 95e10bd1fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: