You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/microsoft/infrastructure-setup/01-connections/apim-and-modelgateway-integration-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ Unified connections for various AI model providers through self-hosted or third-
251
251
| Tool | Description | Link |
252
252
|------|-------------|------|
253
253
|**Azure CLI**| Latest version installed and configured |*Installation instructions available in official Azure documentation*|
254
-
|**Foundry SDK**| Agents V2 SDK for development |[Agents V2 Preview SDK](https://github.com/microsoft/agentsv2-preview/tree/main/python/azure-ai-projects)\|[Agent Basic Sample](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agent_basic_async.py)|
254
+
|**Foundry SDK**| Agents V2 SDK for development |[Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples/agents)\|[Agent Basic Sample](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-projects/samples/agents/sample_agent_basic_async.py)|
255
255
|**Connection Setup**| Bicep templates for connections |[APIM Templates](./apim)\|[Model Gateway Templates](./model-gateway)|
256
256
257
257
### 🚪 Gateway Prerequisites
@@ -319,7 +319,7 @@ Unified connections for various AI model providers through self-hosted or third-
319
319
320
320
### Step 3️⃣: Deploy and Test an Agent
321
321
322
-
📚 **Agent Development Guide**: [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/feature/azure-ai-projects/2.0.0b1/sdk/ai/azure-ai-projects/samples/agents) - Complete samples and tutorials
322
+
📚 **Agent Development Guide**: [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples/agents) - Complete samples and tutorials
323
323
324
324
1.**🔧 Configure model deployment name**:
325
325
```bash
@@ -329,7 +329,7 @@ Unified connections for various AI model providers through self-hosted or third-
329
329
330
330
2.**🤖 Create and run an agent**:
331
331
332
-
Use one of the agent samples from the [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/feature/azure-ai-projects/2.0.0b1/sdk/ai/azure-ai-projects/samples/agents) repository to test your gateway connection.
332
+
Use one of the agent samples from the [Azure AI Projects Agent Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects/samples/agents) repository to test your gateway connection.
0 commit comments