Skip to content

Commit b59f1bd

Browse files
authored
Update connected-agents.md
Wrong name for connected_agent. Used connected_agent_name instead of stock_price_agent.name.
1 parent 9894ac4 commit b59f1bd

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)