Skip to content

Commit 3629154

Browse files
author
Nicole Serafino
committed
update variagble name
1 parent d7b58c4 commit 3629154

File tree

1 file changed

+1
-1
lines changed
  • agentic_ai/agents/agent_service/single_agent

1 file changed

+1
-1
lines changed

agentic_ai/agents/agent_service/single_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def __init__(self, state_store: Dict[str, Any], session_id: str) -> None:
257257
logging.info(f"Found stored conversation ID: {self.conversation_id}")
258258

259259
# Get connection string from environment variable
260-
self.conn_str = os.environ.get("PROJECT_CONNECTION_STRING")
260+
self.conn_str = os.environ.get("AZURE_AI_AGENT_PROJECT_CONNECTION_STRING")
261261
if not self.conn_str:
262262
raise ValueError("PROJECT_CONNECTION_STRING environment variable is not set")
263263

0 commit comments

Comments
 (0)