Update README.md

Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
This commit is contained in:
Shawn Henry
2026-04-02 10:22:28 -07:00
committed by GitHub
Unverified
parent 81a65dd886
commit 288e04c0c7
+3 -1
View File
@@ -128,7 +128,9 @@ Create a simple Agent, using Microsoft Foundry with token-based auth, that write
// Use `az login` to authenticate with Azure CLI
using Azure.AI.Projects;
using Azure.Identity;
using Microsoft.Agents.AI;
using System;
using Azure.AI.Projects;
using Azure.Identity;
var endpoint = Environment.GetEnvironmentVariable("AZURE_AI_PROJECT_ENDPOINT") ?? throw new InvalidOperationException("AZURE_AI_PROJECT_ENDPOINT is not set.");
var deploymentName = Environment.GetEnvironmentVariable("AZURE_AI_MODEL_DEPLOYMENT_NAME") ?? "gpt-5.4-mini";