Skip to content

Commit 2e3742b

Browse files
committed
small updates
1 parent e396dcb commit 2e3742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To enable your Agent to use a connected agent, you use `ConnectedAgentToolDefini
116116
PersistentAgentsClient client = new(projectEndpoint, new DefaultAzureCredential());
117117
```
118118

119-
2. Next we will create the connected agent using the agent client. This agent will be used to initialize the `ConnectedAgentToolDefinition`.
119+
2. Next we will create the main agent `mainAgent`, and the connected `stockAgent` agent using the agent client. This connected agent will be used to initialize the `ConnectedAgentToolDefinition`.
120120

121121
```csharp
122122
PersistentAgent stockAgent = client.Administration.CreateAgent(

0 commit comments

Comments
 (0)