There was an error while loading. Please reload this page.
2 parents 1990911 + 210816e commit b70f3b4Copy full SHA for b70f3b4
1 file changed
services/security-agent/app/agents/nodes/security.py
@@ -95,8 +95,13 @@ def get_llm():
95
global _llm
96
if _llm is None:
97
logger.info("CRASH_DEBUG: get_llm() - Entering function, _llm is None")
98
+ logger.info(
99
+ "CRASH_DEBUG: get_llm() - About to import ChatVertexAI from langchain_google_vertexai"
100
+ )
101
from langchain_google_vertexai import ChatVertexAI
102
103
+ logger.info("CRASH_DEBUG: get_llm() - ChatVertexAI imported successfully")
104
+
105
settings = get_settings()
106
107
logger.info(
0 commit comments