Skip to content

Commit cbcc8f1

Browse files
Merge pull request #239 from microsoft/int-agentic
Int agentic
2 parents 674d880 + 54a0ab7 commit cbcc8f1

File tree

4 files changed

+324
-417
lines changed

4 files changed

+324
-417
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)