Skip to content

Commit 20930c4

Browse files
authored
Update connected-agents.md
fixed package reference from `azure.ai.projects` to `azure.ai.agents` as suggested in the [Python SDK Docs](https://learn.microsoft.com/en-us/python/api/azure-ai-agents/azure.ai.agents.models.connectedagenttool?view=azure-python)
1 parent 66781f9 commit 20930c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/how-to/connected-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ To create a multi-agent setup, follow these steps:
230230
```python
231231
import os
232232
from azure.ai.projects import AIProjectClient
233-
from azure.ai.projects.models import ConnectedAgentTool, MessageRole
233+
from azure.ai.agents.models import ConnectedAgentTool, MessageRole
234234
from azure.identity import DefaultAzureCredential
235235

236236

0 commit comments

Comments
 (0)