Skip to content

Commit 2a262e0

Browse files
authored
Update articles/ai-services/agents/how-to/virtual-networks.md
1 parent cf055f0 commit 2a262e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/how-to/virtual-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Azure AI Agent Service offers a standard agent configuration with private networ
163163
| Run | Activation of an agent to begin running based on the contents of Thread. The agent uses its configuration and Thread's Messages to perform tasks by calling models and tools. As part of a Run, the agent appends Messages to the Thread. |
164164
| Run Step | A detailed list of steps the agent took as part of a Run. An agent can call tools or create Messages during its run. Examining Run Steps allows you to understand how the agent is getting to its results. |
165165

166-
> [!TIP
166+
> [!TIP]
167167
> The following code shows how to create and run an agent using the Python Azure SDK. For additional languages, see the [quickstart](../quickstart.md).
168168

169169
Run the following commands to install the python packages.

0 commit comments

Comments
 (0)