Skip to content

Commit 8ebad54

Browse files
Merge pull request #6347 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-01 17:14 UTC
2 parents 9063726 + f326d3a commit 8ebad54

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)