File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/ai-foundry/agents/how-to/tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services: cognitive-services
6
6
manager : nitinme
7
7
ms.service : azure-ai-agent-service
8
8
ms.topic : how-to
9
- ms.date : 07/11 /2025
9
+ ms.date : 09/09 /2025
10
10
author : aahill
11
11
ms.author : aahi
12
12
zone_pivot_groups : selection-bing-grounding-code
@@ -173,8 +173,8 @@ using Azure.AI.Agents.Persistent;
173
173
using Azure .Identity ;
174
174
175
175
var projectEndpoint = System .Environment .GetEnvironmentVariable (" ProjectEndpoint" );
176
- var projectEndpoint = System .Environment .GetEnvironmentVariable (" ModelDeploymentName" );
177
- var projectEndpoint = System .Environment .GetEnvironmentVariable (" BingConnectionId" );
176
+ var modelDeploymentName = System .Environment .GetEnvironmentVariable (" ModelDeploymentName" );
177
+ var bingConnectionId = System .Environment .GetEnvironmentVariable (" BingConnectionId" );
178
178
179
179
// Create the Agent Client
180
180
PersistentAgentsClient agentClient = new (projectEndpoint , new DefaultAzureCredential ());
You can’t perform that action at this time.
0 commit comments