Skip to content

Commit f326d3a

Browse files
authored
Merge pull request #6344 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 84ac38e + 9484c44 commit f326d3a

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
@@ -255,7 +255,7 @@ To create a multi-agent setup, follow these steps:
255255

256256
```python
257257
connected_agent = ConnectedAgentTool(
258-
id=stock_price_agent.id, name=connected_agent_name, description="Gets the stock price of a company"
258+
id=stock_price_agent.id, name=stock_price_agent.name, description="Gets the stock price of a company"
259259
)
260260
```
261261

0 commit comments

Comments
 (0)