Skip to content

Commit b70f3b4

Browse files
authored
Merge pull request #33 from vaisu-bhut/dd_agent
Security Debugging
2 parents 1990911 + 210816e commit b70f3b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

services/security-agent/app/agents/nodes/security.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,13 @@ def get_llm():
9595
global _llm
9696
if _llm is None:
9797
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+
)
98101
from langchain_google_vertexai import ChatVertexAI
99102

103+
logger.info("CRASH_DEBUG: get_llm() - ChatVertexAI imported successfully")
104+
100105
settings = get_settings()
101106

102107
logger.info(

0 commit comments

Comments
 (0)