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:
parent
85fbc48ede
commit
2466ec3c90
|
|
@ -5,7 +5,7 @@ import traceback
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Callable, Dict, List, Tuple
|
from typing import Any, Callable, Dict, List, Tuple
|
||||||
|
|
||||||
from langchain_openai import ChatOpenAI
|
from langchain_core.language_models.chat_models import BaseChatModel
|
||||||
|
|
||||||
|
|
||||||
class PortfolioAnalyzer:
|
class PortfolioAnalyzer:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue